com.ibm.rfid.premises.app.entities.reading
Class ReaderType

java.lang.Object
  extended by com.ibm.rfid.premises.app.entities.DeviceType
      extended by com.ibm.rfid.premises.app.entities.reading.ReaderType

Deprecated. User Device class from com.ibm.rfid.premises.entities

public class ReaderType
extends DeviceType

A ReaderType object is used to describe a reader type definition on the IBM WebSphere Sensor Events Server.

To create a ReaderType object, see com.ibm.rfid.premises.app.entities.Reader#getReaderType() or PremisesAccess.getReaderType(String)


Constructor Summary
ReaderType(BaseDeviceType bdt)
          Deprecated. Basic Constructor - used by PremisesAccess
 
Method Summary
 java.lang.String getReaderTypeId()
          Deprecated.  
 
Methods inherited from class com.ibm.rfid.premises.app.entities.DeviceType
getDescription, getDeviceTypeId, getManufacturer, getModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderType

public ReaderType(BaseDeviceType bdt)
Deprecated. 
Basic Constructor - used by PremisesAccess

Method Detail

getReaderTypeId

public java.lang.String getReaderTypeId()
Deprecated. 


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.