Class CheckedoutDocument

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

public class CheckedoutDocument extends PlannerApiResource implements Serializable
Planner REST API class representing a checked-out document.
See Also:
  • Constructor Details

    • CheckedoutDocument

      public CheckedoutDocument()
  • Method Details

    • getDocumentID

      public String getDocumentID()
      document ID
    • setDocumentID

      public void setDocumentID(String documentID)
      Sets document ID
    • getFilename

      public String getFilename()
      the filename of the document
    • setFilename

      public void setFilename(String filename)
      Sets the filename of the document
    • getPath

      public String getPath()
      the path of the document
    • setPath

      public void setPath(String path)
      Sets the path of the document
    • getType

      public int getType()
      type of the checkedout document
    • setType

      public void setType(int type)
      Sets type of the checkedout document
    • getOpenedby

      public String getOpenedby()
      opened by
    • setOpenedby

      public void setOpenedby(String openedby)
      Sets opened by
    • getOpenedon

      public String getOpenedon()
      opened on
    • setOpenedon

      public void setOpenedon(String openedon)
      Sets opened on
    • getOwnersession

      public String getOwnersession()
      owned by session
    • setOwnersession

      public void setOwnersession(String ownersession)
      Sets owned by session
    • getStatus

      public String getStatus()
      status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUT
    • setStatus

      public void setStatus(String status)
      Sets status
    • getPk

      public CheckedoutDocumentPK getPk()
    • setPk

      public void setPk(CheckedoutDocumentPK pk)