org.opengts.war.report
Class ReportDeviceList.DeviceHolder

java.lang.Object
  extended by org.opengts.war.report.ReportDeviceList.DeviceHolder
Enclosing class:
ReportDeviceList

public static class ReportDeviceList.DeviceHolder
extends java.lang.Object


Constructor Summary
ReportDeviceList.DeviceHolder(Account acct, java.lang.String devID)
           
ReportDeviceList.DeviceHolder(Device dev)
           
 
Method Summary
 Device getDevice()
           
 java.lang.String getDeviceDescription()
           
 java.lang.String getDeviceID()
           
 boolean hasDevice()
           
 void setDevice(Device dev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDeviceList.DeviceHolder

public ReportDeviceList.DeviceHolder(Account acct,
                                     java.lang.String devID)

ReportDeviceList.DeviceHolder

public ReportDeviceList.DeviceHolder(Device dev)
Method Detail

setDevice

public void setDevice(Device dev)

getDeviceID

public java.lang.String getDeviceID()

hasDevice

public boolean hasDevice()

getDeviceDescription

public java.lang.String getDeviceDescription()

getDevice

public Device getDevice()
                 throws DBException
Throws:
DBException