Class Value
java.lang.Object
com.priint.pubserver.plannerapi.resource.Value
- All Implemented Interfaces:
Serializable
Class representing a single Value in ListOfValues for Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()id of the ValuegetLabel()label of the Valuebooleanselected of the ValuevoidvoidvoidsetSelected(boolean selected)
-
Constructor Details
-
Value
public Value() -
Value
-
-
Method Details
-
getId
id of the Value -
setId
-
getLabel
label of the Value -
setLabel
-
isSelected
public boolean isSelected()selected of the Value -
setSelected
public void setSelected(boolean selected)
-