org.datamanager.passiveentityvalue
Class ObjectEntityValue

java.lang.Object
  |
  +--org.datamanager.passiveentityvalue.ObjectEntityValue
All Implemented Interfaces:
EntityValue, PassiveEntityValue, Serializable

public class ObjectEntityValue
extends Object
implements PassiveEntityValue

Objects of this class hold an Object and can be stored in an Entity as they are EntityValues. Author: gregory rawlins

See Also:
Serialized Form

Constructor Summary
ObjectEntityValue(Object object)
           
 
Method Summary
 boolean equals(Object value)
           
 Object getObject()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectEntityValue

public ObjectEntityValue(Object object)
Method Detail

getObject

public Object getObject()

equals

public boolean equals(Object value)
Specified by:
equals in interface PassiveEntityValue
Overrides:
equals in class Object

hashCode

public int hashCode()
Specified by:
hashCode in interface PassiveEntityValue
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


See the Helium Website