Class AutocompleteItem
java.lang.Object
com.gentics.contentnode.rest.model.devtools.AutocompleteItem
Item that is returned to autocomplete calls
-
Constructor Summary
ConstructorDescriptionCreate an empty instanceAutocompleteItem
(String label, String value) Create an instance with label and value -
Method Summary
-
Constructor Details
-
AutocompleteItem
public AutocompleteItem()Create an empty instance -
AutocompleteItem
Create an instance with label and value- Parameters:
label
- labelvalue
- value
-
-
Method Details
-
getLabel
Label of the autocomplete item- Returns:
- label
-
setLabel
Set the label- Parameters:
label
- label
-
getValue
Value of the autocomplete item- Returns:
- value
-
setValue
Set the value- Parameters:
value
- value
-