org.openfast
Class DateValue

java.lang.Object
  extended by org.openfast.ScalarValue
      extended by org.openfast.DateValue
All Implemented Interfaces:
java.io.Serializable, FieldValue

public class DateValue
extends ScalarValue

See Also:
Serialized Form

Field Summary
 java.util.Date value
           
 
Fields inherited from class org.openfast.ScalarValue
NULL, UNDEFINED
 
Constructor Summary
DateValue(java.util.Date date)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int hashCode()
           
 long toLong()
           
 java.lang.String toString()
           
 
Methods inherited from class org.openfast.ScalarValue
copy, equalsValue, getBytes, isNull, isUndefined, toBigDecimal, toByte, toDouble, toInt, toShort
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final java.util.Date value
Constructor Detail

DateValue

public DateValue(java.util.Date date)
Method Detail

toLong

public long toLong()
Overrides:
toLong in class ScalarValue

toString

public java.lang.String toString()
Overrides:
toString in class ScalarValue

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.