wt.infoengine.object.data
Class WholeNumber
java.lang.Object
wt.infoengine.object.data.WholeNumber
- All Implemented Interfaces:
- I_enableCoercion, Serializable
- public class WholeNumber
- extends Object
- implements I_enableCoercion
Description...
Examples...
- See Also:
- Serialized Form
ID
private static final String ID
- See Also:
- Constant Field Values
data
private Long data
WholeNumber
public WholeNumber(Long 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