org.datamanager.passiveentityvalue
Class DateEntityValue

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

public class DateEntityValue
extends Object
implements PassiveEntityValue

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

See Also:
Serialized Form

Constructor Summary
DateEntityValue(Date date)
           
 
Method Summary
 boolean equals(Date value)
           
 Date getDate()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.datamanager.passiveentityvalue.PassiveEntityValue
equals
 

Constructor Detail

DateEntityValue

public DateEntityValue(Date date)
Method Detail

getDate

public Date getDate()

equals

public boolean equals(Date value)

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