com.sybase.uep.bobclient.utils
Class PersistableFloat

java.lang.Object
  extended by 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


Constructor Summary
PersistableFloat()
           
PersistableFloat(java.lang.Float value)
           
 
Method Summary
 java.lang.Float getValue()
           
 void setValue(java.lang.Float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistableFloat

public PersistableFloat()

PersistableFloat

public PersistableFloat(java.lang.Float value)
Method Detail

setValue

public void setValue(java.lang.Float value)

getValue

public java.lang.Float getValue()