wt.infoengine.object.data
Class DateTime
java.lang.Object
wt.infoengine.object.data.DateTime
- All Implemented Interfaces:
- I_enableCoercion, Serializable
- public class DateTime
- extends Object
- implements I_enableCoercion
Description...
Examples...
- See Also:
- Serialized Form
ID
private static final String ID
- See Also:
- Constant Field Values
data
private Date data
DateTime
public DateTime(Date value)
toString
public String toString()
- Specified by:
toString
in interface I_enableCoercion
toInteger
public Integer toInteger()
- Specified by:
toInteger
in interface I_enableCoercion
toLong
public Long toLong()
- Specified by:
toLong
in interface I_enableCoercion
toFloat
public Float toFloat()
- Specified by:
toFloat
in interface I_enableCoercion
toDouble
public Double toDouble()
- Specified by:
toDouble
in interface I_enableCoercion
toDate
public Date toDate()
- Specified by:
toDate
in interface I_enableCoercion
toBytes
public byte[] toBytes()
- Specified by:
toBytes
in interface I_enableCoercion