Class Value
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.Value
-
- All Implemented Interfaces:
java.io.Serializable
public class Value extends java.lang.Object implements java.io.SerializableClass representing a single Value in ListOfValues for Planner REST Service.- See Also:
ListOfValues, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()id of the Valuejava.lang.StringgetLabel()label of the ValuebooleanisSelected()selected of the ValuevoidsetId(java.lang.String id)voidsetLabel(java.lang.String label)voidsetSelected(boolean selected)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
id of the Value
-
setId
public void setId(java.lang.String id)
-
getLabel
public java.lang.String getLabel()
label of the Value
-
setLabel
public void setLabel(java.lang.String label)
-
isSelected
public boolean isSelected()
selected of the Value
-
setSelected
public void setSelected(boolean selected)
-
-