Class GuiParameterComboBoxItem
java.lang.Object
com.werkii.server.entities.results.GuiParameterComboBoxItem
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGuiParameterComboBoxItem(String label, String id) GuiParameterComboBoxItem(String label, String id, Serializable data) -
Method Summary
-
Constructor Details
-
GuiParameterComboBoxItem
-
GuiParameterComboBoxItem
-
-
Method Details
-
getLabel
- Returns:
- the label
-
setLabel
- Parameters:
label- the label to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id- the id to set
-
getData
- Returns:
- the data
-
setData
- Parameters:
data- the data to set
-