public class LabelValue
extends java.lang.Object
| Constructor and Description |
|---|
LabelValue() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.lang.String |
getLabel() |
java.lang.String |
getValue() |
java.lang.Boolean |
isActive() |
java.lang.Boolean |
isSelected() |
void |
setActive(java.lang.Boolean active) |
void |
setDescription(java.lang.String description) |
void |
setLabel(java.lang.String label) |
void |
setSelected(java.lang.Boolean selected) |
void |
setValue(java.lang.String value) |
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the label to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic java.lang.Boolean isActive()
public void setActive(java.lang.Boolean active)
active - the active to setpublic java.lang.Boolean isSelected()
public void setSelected(java.lang.Boolean selected)
selected - the selected to set