net.sourceforge.apphere.vo
Class DeviceValue
java.lang.Object
net.sourceforge.apphere.vo.DeviceValue
- All Implemented Interfaces:
- java.io.Serializable
- public class DeviceValue
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Dewi Roberts
Chimera - Institute for Socio-Technical Innovation and Research
University of Essex
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
owner
public int owner
name
public java.lang.String name
ipAddress
public java.lang.String ipAddress
type
public java.lang.String type
id
public int id
status
public DeviceStatus status
DeviceValue
public DeviceValue()
DeviceValue
public DeviceValue(int owner,
java.lang.String name,
java.lang.String ipAddress,
java.lang.String type,
int id,
DeviceStatus status)
toString
public java.lang.String toString()