Class ParamDropDownList
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.ParamDropDownList
- All Implemented Interfaces:
Serializable
Class representing a dropdown list in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionuser who created the ParamDropDownListdate of creation of the ParamDropDownListhelptext of the dropdown listgetId()dropdown list IDgetLinks()links of the ParamDropDownListgetName()dropdown list namelast person who updated the ParamDropDownListdate of last update of the ParamDropDownListvoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetHelptext(String helptext) voidvoidvoidvoidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
ParamDropDownList
public ParamDropDownList() -
ParamDropDownList
-
-
Method Details
-
getId
dropdown list ID -
setId
-
getName
dropdown list name -
setName
-
getHelptext
helptext of the dropdown list -
setHelptext
-
getCreatedby
user who created the ParamDropDownList -
setCreatedby
-
getCreatedon
date of creation of the ParamDropDownList -
setCreatedon
-
getUpdatedby
last person who updated the ParamDropDownList -
setUpdatedby
-
getUpdatedon
date of last update of the ParamDropDownList -
setUpdatedon
-
getLinks
links of the ParamDropDownList -
setLinks
-