com.sybase.uep.bobclient.utils
Class PersistableDouble
java.lang.Object
com.sybase.uep.bobclient.utils.PersistableDouble
- All Implemented Interfaces:
- net.rim.device.api.util.Persistable
public class PersistableDouble
- extends java.lang.Object
- implements net.rim.device.api.util.Persistable
Implement a local Double to make the datataype persistable
Method Summary |
java.lang.Double |
getValue()
|
void |
setValue(java.lang.Double value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistableDouble
public PersistableDouble()
PersistableDouble
public PersistableDouble(java.lang.Double value)
setValue
public void setValue(java.lang.Double value)
getValue
public java.lang.Double getValue()