com.sybase.uep.bobclient.utils
Class PersistableLong

java.lang.Object
  extended by com.sybase.uep.bobclient.utils.PersistableLong
All Implemented Interfaces:
net.rim.device.api.util.Persistable

public class PersistableLong
extends java.lang.Object
implements net.rim.device.api.util.Persistable

Implement a local Long to make the datataype persistable


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

Constructor Detail

PersistableLong

public PersistableLong()

PersistableLong

public PersistableLong(java.lang.Long value)
Method Detail

setValue

public void setValue(java.lang.Long value)

getValue

public java.lang.Long getValue()