Class Status
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Status
- All Implemented Interfaces:
Serializable
Class representing a status (for workflow) in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionperson who created the Statusdate of creation of the Statusnot usedgetId()id of the Statuskey for grouping Statusespublication or documentgetLabel()label of the StatusgetLinks()links of the StatusgetName()name of the StatusgetSort()sort order of the statusstatus typetodo Id of the Statuslast person who updated the Statusdate of last update of the StatusvoidsetCreatedby(String createdby) voidsetCreatedon(Date createdon) voidsetDefaultStatus(String defaultStatus) voidvoidsetKeyname(String keyname) voidsetKeynameOfEntity(String keynameOfEntity) voidvoidvoidvoidsetStatustype(String statustype) voidvoidsetUpdatedby(String updatedby) voidsetUpdatedon(Date updatedon) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Status
public Status() -
Status
-
-
Method Details
-
getId
id of the Status -
setId
-
getName
name of the Status -
setName
-
getTodoId
todo Id of the Status -
setTodoId
-
getStatustype
status type -
setStatustype
-
getSort
sort order of the status -
setSort
-
getCreatedby
person who created the Status -
setCreatedby
-
getCreatedon
date of creation of the Status -
setCreatedon
-
getUpdatedby
last person who updated the Status -
setUpdatedby
-
getUpdatedon
date of last update of the Status -
setUpdatedon
-
getDefaultStatus
not used -
setDefaultStatus
-
getKeynameOfEntity
publication or document -
setKeynameOfEntity
-
getKeyname
key for grouping Statuses -
setKeyname
-
getLabel
label of the Status -
setLabel
-
getLinks
links of the Status
-