Class CheckedoutDocumentPK
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.CheckedoutDocumentPK
- All Implemented Interfaces:
Serializable
Planner REST API class representing a key for the checkedout document.
The key contains document id and the dataset.
Used inside the com.priint.pubserver.plannerapi.resource.CheckedoutDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the datasetgetId()Gets ID of the documentvoidsetDataset(String dataset) Sets the name of the datasetvoidSets ID of the documentMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
CheckedoutDocumentPK
public CheckedoutDocumentPK()
-
-
Method Details
-
getId
Gets ID of the document -
setId
Sets ID of the document -
getDataset
Gets the name of the dataset -
setDataset
Sets the name of the dataset
-