Class CheckedoutDocument
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.CheckedoutDocument
-
- All Implemented Interfaces:
java.io.Serializable
public class CheckedoutDocument extends PlannerApiResource implements java.io.Serializable
Planner REST API class representing a checked-out document.- See Also:
PlannerApiResource, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedoutDocument()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentID()document IDjava.lang.StringgetFilename()the filename of the documentjava.lang.StringgetOpenedby()opened byjava.lang.StringgetOpenedon()opened onjava.lang.StringgetOwnersession()owned by sessionjava.lang.StringgetPath()the path of the documentCheckedoutDocumentPKgetPk()java.lang.StringgetStatus()status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUTintgetType()type of the checkedout documentvoidsetDocumentID(java.lang.String documentID)Sets document IDvoidsetFilename(java.lang.String filename)Sets the filename of the documentvoidsetOpenedby(java.lang.String openedby)Sets opened byvoidsetOpenedon(java.lang.String openedon)Sets opened onvoidsetOwnersession(java.lang.String ownersession)Sets owned by sessionvoidsetPath(java.lang.String path)Sets the path of the documentvoidsetPk(CheckedoutDocumentPK pk)voidsetStatus(java.lang.String status)Sets statusvoidsetType(int type)Sets type of the checkedout document-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getDocumentID
public java.lang.String getDocumentID()
document ID
-
setDocumentID
public void setDocumentID(java.lang.String documentID)
Sets document ID
-
getFilename
public java.lang.String getFilename()
the filename of the document
-
setFilename
public void setFilename(java.lang.String filename)
Sets the filename of the document
-
getPath
public java.lang.String getPath()
the path of the document
-
setPath
public void setPath(java.lang.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 java.lang.String getOpenedby()
opened by
-
setOpenedby
public void setOpenedby(java.lang.String openedby)
Sets opened by
-
getOpenedon
public java.lang.String getOpenedon()
opened on
-
setOpenedon
public void setOpenedon(java.lang.String openedon)
Sets opened on
-
getOwnersession
public java.lang.String getOwnersession()
owned by session
-
setOwnersession
public void setOwnersession(java.lang.String ownersession)
Sets owned by session
-
getStatus
public java.lang.String getStatus()
status: CORRUPTED, OPENEDONSERVER, RESERVED, CHECKEDIN, PENDING, OPENEDONCLIENT, CHECKEDOUT
-
setStatus
public void setStatus(java.lang.String status)
Sets status
-
getPk
public CheckedoutDocumentPK getPk()
-
setPk
public void setPk(CheckedoutDocumentPK pk)
-
-