Class CheckedoutDocumentPK

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

public class CheckedoutDocumentPK extends PlannerApiResource implements 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
See Also:
  • Constructor Details

    • CheckedoutDocumentPK

      public CheckedoutDocumentPK()
  • Method Details

    • getId

      public String getId()
      Gets ID of the document
    • setId

      public void setId(String id)
      Sets ID of the document
    • getDataset

      public String getDataset()
      Gets the name of the dataset
    • setDataset

      public void setDataset(String dataset)
      Sets the name of the dataset