Class Preference

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Preference
All Implemented Interfaces:
Serializable

public class Preference extends PlannerApiResource implements Serializable
Class representing a Preference in Planner REST Service.
See Also:
  • Constructor Details

    • Preference

      public Preference()
  • Method Details

    • getType

      public String getType()
      type of the Preference
    • setType

      public void setType(String type)
    • getName

      public String getName()
      name of the Preference
    • setName

      public void setName(String name)
    • getValue

      public ListOfValues getValue()
      value of the Preference
    • setValue

      public void setValue(ListOfValues value)
    • getDescription

      public String getDescription()
      description of the Preference
    • setDescription

      public void setDescription(String description)
    • getLinks

      public List<Link> getLinks()
      links of the Preference