Class StatusGroup
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.StatusGroup
- All Implemented Interfaces:
Serializable
Class representing a status group (for workflow statuses) in Planner REST Service.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname of the status groupgetId()id of the StatusGroupkeynameOfEntity of the StatusGroup , publication or documentgetLinks()links of the StatusGroupgetName()name of the StatusGroupintnotShowStatusOverview of the StatusGroupshort name of the status groupstatustype of the StatusGroupvoidsetGroupName(String groupName) voidvoidsetKeynameOfEntity(String keynameOfEntity) voidvoidsetNotShowStatusOverview(int notShowStatusOverview) voidsetShortName(String shortName) voidsetStatustype(String statustype) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
StatusGroup
public StatusGroup() -
StatusGroup
-
-
Method Details
-
getId
id of the StatusGroup -
setId
-
getStatustype
statustype of the StatusGroup -
setStatustype
-
getName
name of the StatusGroup -
setName
-
getKeynameOfEntity
keynameOfEntity of the StatusGroup , publication or document -
setKeynameOfEntity
-
getShortName
short name of the status group -
setShortName
-
getGroupName
name of the status group -
setGroupName
-
getNotShowStatusOverview
public int getNotShowStatusOverview()notShowStatusOverview of the StatusGroup -
setNotShowStatusOverview
public void setNotShowStatusOverview(int notShowStatusOverview) -
getLinks
links of the StatusGroup
-