Class ParamDropDownList

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

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

    • ParamDropDownList

      public ParamDropDownList()
    • ParamDropDownList

      public ParamDropDownList(Integer id, String name, String helptext, String createdby, Date createdon, String updatedby, Date updatedon)
  • Method Details

    • getId

      public Integer getId()
      dropdown list ID
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
      dropdown list name
    • setName

      public void setName(String name)
    • getHelptext

      public String getHelptext()
      helptext of the dropdown list
    • setHelptext

      public void setHelptext(String helptext)
    • getCreatedby

      public String getCreatedby()
      user who created the ParamDropDownList
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

      public Date getCreatedon()
      date of creation of the ParamDropDownList
    • setCreatedon

      public void setCreatedon(Date createdon)
    • getUpdatedby

      public String getUpdatedby()
      last person who updated the ParamDropDownList
    • setUpdatedby

      public void setUpdatedby(String updatedby)
    • getUpdatedon

      public Date getUpdatedon()
      date of last update of the ParamDropDownList
    • setUpdatedon

      public void setUpdatedon(Date updatedon)
    • getLinks

      public List<Link> getLinks()
      links of the ParamDropDownList
    • setLinks

      public void setLinks(List<Link> links)