public class SuggestValueItem extends SuggestItem
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
label
The item label. 
 | 
private java.lang.String | 
value
The item value. 
 | 
| Constructor and Description | 
|---|
SuggestValueItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getLabel()
Getter for property label. 
 | 
java.lang.String | 
getValue()
Getter for property value. 
 | 
void | 
setLabel(java.lang.String aLabel)
Setter for property label. 
 | 
void | 
setValue(java.lang.String aValue)
Setter for property value. 
 | 
java.lang.String | 
toString() | 
aValue - The value to set.aLabel - The label to set.toString in class java.lang.ObjectObject.toString()