Class Parameter
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Parameter
- All Implemented Interfaces:
Serializable
Class representing the parameters for documents and publications in Planner REST Service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameter(Integer id, Integer paramId, String objectType, String objectId, String name, String groupname, int sort, String identifier, String value, String value2, String value3, int paramDropDownValueID, String createdby, Date createdon, String updatedby, Date updatedon, String entityID, String recordstringID, String entityModel) -
Method Summary
Modifier and TypeMethodDescriptionuser who created the Parameterdate of creation of the ParameterEntity ID of the Parameterentity model of the Parametergroup name of the ParametergetId()ID of the Parameteridentifier of the ParametergetLinks()links of the ParametergetName()name of the ParameterID of publication or document, according to object typetype of Parameter: publication or documentintID of the value from dropdown listParameter definition IDrecord string ID of the ParameterintgetSort()sort order of Parameterlast user who updated the Parameterdate of last update of the ParametergetValue()value of the Parametersecond value of the Parameterthird value of the ParametervoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetEntityID(String entityID) voidsetEntityModel(String entityModel) voidsetGroupname(String groupname) voidvoidsetIdentifier(String identifier) voidvoidsetObjectId(String objectId) voidsetObjectType(String objectType) voidsetParamDropDownValueID(int paramDropDownValueID) voidsetParamId(Integer paramId) voidsetRecordstringID(String recordstringID) voidsetSort(int sort) voidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) voidvoidvoidMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Parameter
public Parameter() -
Parameter
public Parameter(Integer id, Integer paramId, String objectType, String objectId, String name, String groupname, int sort, String identifier, String value, String value2, String value3, int paramDropDownValueID, String createdby, Date createdon, String updatedby, Date updatedon, String entityID, String recordstringID, String entityModel)
-
-
Method Details
-
getId
ID of the Parameter -
setId
-
getParamId
Parameter definition ID -
setParamId
-
getObjectType
type of Parameter: publication or document -
setObjectType
-
getObjectId
ID of publication or document, according to object type -
setObjectId
-
getName
name of the Parameter -
setName
-
getGroupname
group name of the Parameter -
setGroupname
-
getSort
public int getSort()sort order of Parameter -
setSort
public void setSort(int sort) -
getIdentifier
identifier of the Parameter -
setIdentifier
-
getValue
value of the Parameter -
setValue
-
getValue2
second value of the Parameter -
setValue2
-
getValue3
third value of the Parameter -
setValue3
-
getParamDropDownValueID
public int getParamDropDownValueID()ID of the value from dropdown list -
setParamDropDownValueID
public void setParamDropDownValueID(int paramDropDownValueID) -
getCreatedby
user who created the Parameter -
setCreatedby
-
getCreatedon
date of creation of the Parameter -
setCreatedon
-
getUpdatedby
last user who updated the Parameter -
setUpdatedby
-
getUpdatedon
date of last update of the Parameter -
setUpdatedon
-
getEntityID
Entity ID of the Parameter -
setEntityID
-
getRecordstringID
record string ID of the Parameter -
setRecordstringID
-
getEntityModel
entity model of the Parameter -
setEntityModel
-
getLinks
links of the Parameter
-