Class ListOfValues
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.ListOfValues
-
- All Implemented Interfaces:
java.io.Serializable
public class ListOfValues extends java.lang.Object implements java.io.SerializableClass representing a ListOfValues for Preferences in Planner REST Service.- See Also:
Preference, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListOfValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Value>getValues()values of the ListOfValuesbooleanisMultiselection()possibility multiselection of the ListOfValuesvoidsetMultiselection(boolean multiselection)voidsetValues(java.util.List<Value> values)
-
-
-
Method Detail
-
getValues
public java.util.List<Value> getValues()
values of the ListOfValues
-
setValues
public void setValues(java.util.List<Value> values)
-
isMultiselection
public boolean isMultiselection()
possibility multiselection of the ListOfValues
-
setMultiselection
public void setMultiselection(boolean multiselection)
-
-