com.sybase.uep.bobclient.utils
Class PersistableByte

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

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

Implement a local Byte to make the datataype persistable


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

Constructor Detail

PersistableByte

public PersistableByte()

PersistableByte

public PersistableByte(java.lang.Byte value)
Method Detail

setValue

public void setValue(java.lang.Byte value)

getValue

public java.lang.Byte getValue()