com.sybase.uep.bobclient.data
Class RIMVariableObject

java.lang.Object
  extended by com.sybase.uep.bobclient.data.RIMPersistableObject
      extended by com.sybase.uep.bobclient.data.RIMVariableObject
All Implemented Interfaces:
VariableObject, net.rim.device.api.util.Persistable

public class RIMVariableObject
extends RIMPersistableObject
implements VariableObject, net.rim.device.api.util.Persistable

Class Variables object

Author:
tdang

Constructor Summary
RIMVariableObject(java.lang.Object value, java.lang.String type)
          Constructor to create the variable object class
 
Method Summary
 java.lang.String getType()
          Get the variable object type Can be of type "USER", "SYSTEM", or "TABLE"
 java.lang.Object getValue()
          Get the variable object value
 java.lang.String toString()
           
 
Methods inherited from class com.sybase.uep.bobclient.data.RIMPersistableObject
getBooleanProperty, getProperties, getProperty, getStringProperty, setProperty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RIMVariableObject

public RIMVariableObject(java.lang.Object value,
                         java.lang.String type)
Constructor to create the variable object class

Parameters:
value - - value of the variable
type - - type fo the variable, can be of type "USER", "SYSTEM", or "TABLE"
Method Detail

getValue

public java.lang.Object getValue()
Get the variable object value

Specified by:
getValue in interface VariableObject
Returns:
String value of the variable

getType

public java.lang.String getType()
Get the variable object type Can be of type "USER", "SYSTEM", or "TABLE"

Specified by:
getType in interface VariableObject
Returns:
String type of the variable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object