public class FormLOVPair
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static FormLOVPair[] | EMPTY | 
| Constructor and Description | 
|---|
| FormLOVPair()Empty Constructor can be used programmer to create an empty LOV | 
| FormLOVPair(FormLOVPair orig)The constructor is used to create a new instance of FormLOVPair from the exsting one | 
| FormLOVPair(java.lang.String lbl,
           java.lang.String val)This constructor is used to create an instance of FormLOVPair from the provided Label and its value | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getLabel()Returs the label | 
| java.lang.String | getValue()Returns the value | 
| void | setLabel(java.lang.String label)The label to set | 
| void | setValue(java.lang.String value)The value to set | 
public static final FormLOVPair[] EMPTY
public FormLOVPair()
public FormLOVPair(FormLOVPair orig)
orig - - the original FormLOVPair objectpublic FormLOVPair(java.lang.String lbl,
                   java.lang.String val)
lbl - - the label of the FormLOVPairval - - the value of this FormLOVPairpublic java.lang.String getLabel()
public java.lang.String getValue()
public void setLabel(java.lang.String label)
label - public void setValue(java.lang.String value)
value -