com.ibm.rfid.premises.app.entities.printing
Class PrinterType

java.lang.Object
  extended by com.ibm.rfid.premises.app.entities.DeviceType
      extended by com.ibm.rfid.premises.app.entities.printing.PrinterType

public class PrinterType
extends DeviceType

A PrinterType object is used to describe a reader type definition on the Premises Server.

To create a PrinterType object, see com.ibm.rfid.premises.app.entities.Printer#getPrinterType() or PremisesAccess.getPrinterType(String)


Constructor Summary
PrinterType(BaseDeviceType bdt)
          Basic Constructor - used by PremisesAccess
 
Method Summary
 java.lang.String getPrinterTypeId()
           
 
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

PrinterType

public PrinterType(BaseDeviceType bdt)
Basic Constructor - used by PremisesAccess

Method Detail

getPrinterTypeId

public java.lang.String getPrinterTypeId()


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