Class CheckedoutDocument
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.CheckedoutDocument
- All Implemented Interfaces:
Serializable
Planner REST API class representing a checked-out document.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocument IDthe filename of the documentopened byopened onowned by sessiongetPath()the path of the documentgetPk()status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUTintgetType()type of the checkedout documentvoidsetDocumentID(String documentID) Sets document IDvoidsetFilename(String filename) Sets the filename of the documentvoidsetOpenedby(String openedby) Sets opened byvoidsetOpenedon(String openedon) Sets opened onvoidsetOwnersession(String ownersession) Sets owned by sessionvoidSets the path of the documentvoidvoidSets statusvoidsetType(int type) Sets type of the checkedout documentMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
CheckedoutDocument
public CheckedoutDocument()
-
-
Method Details
-
getDocumentID
document ID -
setDocumentID
Sets document ID -
getFilename
the filename of the document -
setFilename
Sets the filename of the document -
getPath
the path of the document -
setPath
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
opened by -
setOpenedby
Sets opened by -
getOpenedon
opened on -
setOpenedon
Sets opened on -
getOwnersession
owned by session -
setOwnersession
Sets owned by session -
getStatus
status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUT -
setStatus
Sets status -
getPk
-
setPk
-