com.sybase.uep.bobclient.utils
Class PersistableDouble

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


Constructor Summary
PersistableDouble()
           
PersistableDouble(java.lang.Double value)
           
 
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
 

Constructor Detail

PersistableDouble

public PersistableDouble()

PersistableDouble

public PersistableDouble(java.lang.Double value)
Method Detail

setValue

public void setValue(java.lang.Double value)

getValue

public java.lang.Double getValue()