net.sourceforge.apphere.vo
Class DeviceValue

java.lang.Object
  extended bynet.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

Field Summary
 int id
           
 java.lang.String ipAddress
           
 java.lang.String name
           
 int owner
           
 DeviceStatus status
           
 java.lang.String type
           
 
Constructor Summary
DeviceValue()
           
DeviceValue(int owner, java.lang.String name, java.lang.String ipAddress, java.lang.String type, int id, DeviceStatus status)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DeviceValue

public DeviceValue()

DeviceValue

public DeviceValue(int owner,
                   java.lang.String name,
                   java.lang.String ipAddress,
                   java.lang.String type,
                   int id,
                   DeviceStatus status)
Method Detail

toString

public java.lang.String toString()