Class ParamDropDownValue
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.ParamDropDownValue
- All Implemented Interfaces:
Serializable
Class representing a dropdown value in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionuser who created the ParamDropDownValuedate of creation of the ParamDropDownValuegetId()id of the ParamDropDownValue1 st value of the ParamDropDownValue2 nd value of the ParamDropDownValue3 rd value of the ParamDropDownValuegetLinks()links of the ParamDropDownValueid of the ParamDropdownListintgetSort()sort of the ParamDropDownValuelast person who updated the ParamDropDownValuedate of last update of the ParamDropDownValuevoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidvoidvoidsetiValue2(String iValue2) voidsetiValue3(String iValue3) voidvoidsetParamDropdownListID(Integer pucParamDropdownID) voidsetSort(int sort) voidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
ParamDropDownValue
public ParamDropDownValue() -
ParamDropDownValue
-
-
Method Details
-
getId
id of the ParamDropDownValue -
setId
-
getIValue
1 st value of the ParamDropDownValue -
setiValue
-
getIValue2
2 nd value of the ParamDropDownValue -
setiValue2
-
getIValue3
3 rd value of the ParamDropDownValue -
setiValue3
-
getParamDropdownListID
id of the ParamDropdownList -
setParamDropdownListID
-
getSort
public int getSort()sort of the ParamDropDownValue -
setSort
public void setSort(int sort) -
getCreatedby
user who created the ParamDropDownValue -
setCreatedby
-
getCreatedon
date of creation of the ParamDropDownValue -
setCreatedon
-
getUpdatedby
last person who updated the ParamDropDownValue -
setUpdatedby
-
getUpdatedon
date of last update of the ParamDropDownValue -
setUpdatedon
-
getLinks
links of the ParamDropDownValue -
setLinks
-