com.sybase.uep.bobclient.utils
Class PersistableShort

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

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

Implement a local Short to make the datataype persistable


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

Constructor Detail

PersistableShort

public PersistableShort()

PersistableShort

public PersistableShort(java.lang.Short value)
Method Detail

setValue

public void setValue(java.lang.Short value)

getValue

public java.lang.Short getValue()