Class StatusGroup

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.StatusGroup
All Implemented Interfaces:
Serializable

public class StatusGroup extends PlannerApiResource implements Serializable
Class representing a status group (for workflow statuses) in Planner REST Service.
See Also:
  • Constructor Details

    • StatusGroup

      public StatusGroup()
    • StatusGroup

      public StatusGroup(String id, String statustype, String name, String keynameOfEntity, String shortName, String groupName, int notShowStatusOverview)
  • Method Details

    • getId

      public String getId()
      id of the StatusGroup
    • setId

      public void setId(String id)
    • getStatustype

      public String getStatustype()
      statustype of the StatusGroup
    • setStatustype

      public void setStatustype(String statustype)
    • getName

      public String getName()
      name of the StatusGroup
    • setName

      public void setName(String name)
    • getKeynameOfEntity

      public String getKeynameOfEntity()
      keynameOfEntity of the StatusGroup , publication or document
    • setKeynameOfEntity

      public void setKeynameOfEntity(String keynameOfEntity)
    • getShortName

      public String getShortName()
      short name of the status group
    • setShortName

      public void setShortName(String shortName)
    • getGroupName

      public String getGroupName()
      name of the status group
    • setGroupName

      public void setGroupName(String groupName)
    • getNotShowStatusOverview

      public int getNotShowStatusOverview()
      notShowStatusOverview of the StatusGroup
    • setNotShowStatusOverview

      public void setNotShowStatusOverview(int notShowStatusOverview)
    • getLinks

      public List<Link> getLinks()
      links of the StatusGroup