org.datamanager.passiveentityvalue
Class LoadableSimpletonEntityValue

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

public class LoadableSimpletonEntityValue
extends Object
implements PassiveEntityValue

An EntityValue that represents a Simpleton that can be loaded by encapsulating a Simpleton.Information.aof the

See Also:
Serialized Form

Constructor Summary
LoadableSimpletonEntityValue(Simpleton.Information information)
           
 
Method Summary
 boolean equals(Object object)
           
 Simpleton.Information getInformation()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadableSimpletonEntityValue

public LoadableSimpletonEntityValue(Simpleton.Information information)
Method Detail

getInformation

public Simpleton.Information getInformation()

hashCode

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

equals

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


See the Helium Website