com.sybase.uep.bobclient.controls
Class LabelValuePair

java.lang.Object
  extended by com.sybase.uep.bobclient.controls.LabelValuePair

public class LabelValuePair
extends java.lang.Object

This is the Label Value Pair class Used to hold label and value pair object

Author:
tdang

Constructor Summary
LabelValuePair(java.lang.String label, java.lang.String value, boolean udpateable)
          Constructor for lable value pair combination
 
Method Summary
 java.lang.String getLabel()
          Get the label
 java.lang.Object getValue()
          Get the value
 boolean isUpdateable()
          Check is it's updateable
 java.lang.String toString()
          String representation of this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelValuePair

public LabelValuePair(java.lang.String label,
                      java.lang.String value,
                      boolean udpateable)
Constructor for lable value pair combination

Parameters:
label - - the label used
value - - value for this label
udpateable - - True if updatable
Method Detail

getLabel

public java.lang.String getLabel()
Get the label

Returns:
string value for the label

getValue

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

Returns:
string value for the value

isUpdateable

public boolean isUpdateable()
Check is it's updateable

Returns:
True if it's updatable

toString

public java.lang.String toString()
String representation of this object

Overrides:
toString in class java.lang.Object
Returns:
String value