jet.utils
Class LabelValueBean

java.lang.Object
  extended by jet.utils.LabelValueBean

public class LabelValueBean
extends java.lang.Object

Author:
Markus.Meisters@web.de

Field Summary
private  java.lang.String label
           
private  java.lang.String value
           
 
Constructor Summary
LabelValueBean(java.lang.String label, java.lang.String value)
          Creates a new instance of LabelValueBean
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getValue()
           
 void setLabel(java.lang.String label)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private java.lang.String label

value

private java.lang.String value
Constructor Detail

LabelValueBean

public LabelValueBean(java.lang.String label,
                      java.lang.String value)
Creates a new instance of LabelValueBean

Method Detail

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)