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

public class Document extends PlannerApiResource implements Serializable
Class representing a document in Planner REST Service.
See Also:
  • Constructor Details

  • Method Details

    • getSourcedocumentid

      public String getSourcedocumentid()
      source document (ID) of the Document
    • setSourcedocumentid

      public void setSourcedocumentid(String sourcedocumentid)
    • getMasterpage

      public String getMasterpage()
      master page of the Document
    • setMasterpage

      public void setMasterpage(String masterpage)
    • getLabel2

      public String getLabel2()
      label2 of the Document
    • setLabel2

      public void setLabel2(String label2)
    • getPublicationid

      public String getPublicationid()
      publication (ID) which contains the Document
    • setPublicationid

      public void setPublicationid(String publicationid)
    • getId

      public String getId()
      id of the Document
    • setId

      public void setId(String id)
    • getLabel

      public String getLabel()
      label of the Document
    • setLabel

      public void setLabel(String label)
    • getHandlingkey

      public String getHandlingkey()
      handlingkey of the Document
    • setHandlingkey

      public void setHandlingkey(String handlingkey)
    • getDescription

      public String getDescription()
      description of the Document
    • setDescription

      public void setDescription(String description)
    • getForeignsystemkey

      public String getForeignsystemkey()
      foreignsystemkey of the Document
    • setForeignsystemkey

      public void setForeignsystemkey(String foreignsystemkey)
    • getCreatedby

      public String getCreatedby()
      user who created the Document
    • setCreatedby

      public void setCreatedby(String createdby)
    • getCreatedon

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

      public void setCreatedon(Date createdon)
    • getUpdatedby

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

      public void setUpdatedby(String updatedby)
    • getUpdatedon

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

      public void setUpdatedon(Date updatedon)
    • getSort

      public int getSort()
      sort order of the Document
    • setSort

      public void setSort(int sort)
    • isActive

      public boolean isActive()
      flag determining if Document is active
    • setActive

      public void setActive(boolean active)
    • getContainerId

      public String getContainerId()
      container ID of the Document
    • setContainerId

      public void setContainerId(String containerId)
    • isDeleted

      public boolean isDeleted()
      flag determining whether Document is deleted
    • setDeleted

      public void setDeleted(boolean deleted)
    • isMasterDocument

      public boolean isMasterDocument()
      flag determining whether the Document is a master document
    • setMasterDocument

      public void setMasterDocument(boolean masterDocument)
    • getLinks

      public List<Link> getLinks()
      links of the Document
    • getStatusId

      public String getStatusId()
      status ID of the Document
    • setStatusId

      public void setStatusId(String statusId)
    • getDocumentStage

      public DocumentStage getDocumentStage()
    • setDocumentStage

      public void setDocumentStage(DocumentStage documentStage)