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