Class Preference
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Preference
- All Implemented Interfaces:
Serializable
Class representing a Preference in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription of the PreferencegetLinks()links of the PreferencegetName()name of the PreferencegetType()type of the PreferencegetValue()value of the PreferencevoidsetDescription(String description) voidvoidvoidsetValue(ListOfValues value) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Preference
public Preference()
-
-
Method Details
-
getType
type of the Preference -
setType
-
getName
name of the Preference -
setName
-
getValue
value of the Preference -
setValue
-
getDescription
description of the Preference -
setDescription
-
getLinks
links of the Preference
-