Class DocumentIdentifier

java.lang.Object
com.priint.pubserver.comet.bridge.toc.DocumentIdentifier
All Implemented Interfaces:
Serializable

public class DocumentIdentifier extends Object implements Serializable
The Class DocumentIdentifier.
See Also:
  • Constructor Details

    • DocumentIdentifier

      public DocumentIdentifier()
  • Method Details

    • createPublicationPlannerIdentifier

      public static DocumentIdentifier createPublicationPlannerIdentifier(String publicationPlannerId)
      Creates the publication planner identifier.
      Parameters:
      publicationPlannerId - the publication planner id
      Returns:
      the document identifier
    • createDocumentIdentifier

      public static DocumentIdentifier createDocumentIdentifier(String document, String path, String publication)
      Creates the document identifier.
      Parameters:
      document - the document
      path - the path
      publication - the publication
      Returns:
      the document identifier
    • createDocumentIdentifier

      public static DocumentIdentifier createDocumentIdentifier(String document, String path)
      Creates the document identifier.
      Parameters:
      document - the document
      path - the path
      Returns:
      the document identifier
    • getDocument

      public String getDocument()
      Gets the document.
      Returns:
      the document
    • setDocument

      public void setDocument(String document)
      Sets the document.
      Parameters:
      document - the new document
    • getPath

      public String getPath()
      Gets the path.
      Returns:
      the path
    • setPath

      public void setPath(String path)
      Sets the path.
      Parameters:
      path - the new path
    • getPublication

      public String getPublication()
      Gets the publication.
      Returns:
      the publication
    • setPublication

      public void setPublication(String publication)
      Sets the publication.
      Parameters:
      publication - the new publication
    • getPublicationPlannerId

      public String getPublicationPlannerId()
      Gets the publication planner id.
      Returns:
      the publication planner id
    • setPublicationPlannerId

      public void setPublicationPlannerId(String publicationPlannerId)
      Sets the publication planner id.
      Parameters:
      publicationPlannerId - the new publication planner id