|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.util.LabelValueBean
A simple label / value bean class.
Constructor Summary | |
LabelValueBean()
Constructor |
|
LabelValueBean(String label,
String value)
Constructor |
Method Summary | |
String |
getLabel()
Gets the label attribute of the LabelValueBean object |
String |
getValue()
Gets the value attribute of the LabelValueBean object |
void |
setLabel(String label)
Sets the label attribute of the LabelValueBean object |
void |
setValue(String value)
Sets the value attribute of the LabelValueBean object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LabelValueBean()
public LabelValueBean(String label, String value)
label
- the label namevalue
- the label valueMethod Detail |
public void setLabel(String label)
label
- The new label valuepublic void setValue(String value)
value
- The new value valuepublic String getLabel()
public String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |