public class LabelValue extends Object
| Constructor and Description |
|---|
LabelValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
String |
getValue() |
boolean |
isActive() |
boolean |
isSelected() |
void |
setActive(boolean active) |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setSelected(boolean selected) |
void |
setValue(String value) |
String |
toString() |
public String getLabel()
public void setLabel(String label)
label - the label to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic boolean isActive()
public void setActive(boolean active)
active - the active to setpublic boolean isSelected()
public void setSelected(boolean selected)
selected - the selected to setCopyright © 2012. All Rights Reserved.