org.openmuc.ehz.driver
Class DeviceInfo

java.lang.Object
  extended by org.openmuc.ehz.driver.DeviceInfo

public class DeviceInfo
extends java.lang.Object


Constructor Summary
DeviceInfo()
           
 
Method Summary
 java.lang.String getAddress()
           
 java.lang.String getDescription()
           
 Unit getUnit()
           
 double getValue()
           
 void setAddress(java.lang.String address)
           
 void setDescription(java.lang.String description)
           
 void setUnit(Unit unit)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceInfo

public DeviceInfo()
Method Detail

getAddress

public java.lang.String getAddress()

setAddress

public void setAddress(java.lang.String address)

getValue

public double getValue()

setValue

public void setValue(double value)

getUnit

public Unit getUnit()

setUnit

public void setUnit(Unit unit)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)