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

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

  • Method Details

    • getId

      public String getId()
      id of the Status
    • setId

      public void setId(String id)
    • getName

      public String getName()
      name of the Status
    • setName

      public void setName(String name)
    • getTodoId

      public Integer getTodoId()
      todo Id of the Status
    • setTodoId

      public void setTodoId(Integer todoId)
    • getStatustype

      public String getStatustype()
      status type
    • setStatustype

      public void setStatustype(String statustype)
    • getSort

      public Integer getSort()
      sort order of the status
    • setSort

      public void setSort(Integer sort)
    • getCreatedby

      public String getCreatedby()
      person who created the Status
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

      public Date getCreatedon()
      date of creation of the Status
    • setCreatedon

      public void setCreatedon(Date createdon)
    • getUpdatedby

      public String getUpdatedby()
      last person who updated the Status
    • setUpdatedby

      public void setUpdatedby(String updatedby)
    • getUpdatedon

      public Date getUpdatedon()
      date of last update of the Status
    • setUpdatedon

      public void setUpdatedon(Date updatedon)
    • getDefaultStatus

      public String getDefaultStatus()
      not used
    • setDefaultStatus

      public void setDefaultStatus(String defaultStatus)
    • getKeynameOfEntity

      public String getKeynameOfEntity()
      publication or document
    • setKeynameOfEntity

      public void setKeynameOfEntity(String keynameOfEntity)
    • getKeyname

      public String getKeyname()
      key for grouping Statuses
    • setKeyname

      public void setKeyname(String keyname)
    • getLabel

      public String getLabel()
      label of the Status
    • setLabel

      public void setLabel(String label)
    • getLinks

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