Class DocumentIdentifier

  • All Implemented Interfaces:
    java.io.Serializable

    public class DocumentIdentifier
    extends java.lang.Object
    implements java.io.Serializable
    The Class DocumentIdentifier.
    See Also:
    Serialized Form
    • Constructor Detail

      • DocumentIdentifier

        public DocumentIdentifier()
    • Method Detail

      • createPublicationPlannerIdentifier

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

        public static DocumentIdentifier createDocumentIdentifier​(java.lang.String document,
                                                                  java.lang.String path,
                                                                  java.lang.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​(java.lang.String document,
                                                                  java.lang.String path)
        Creates the document identifier.
        Parameters:
        document - the document
        path - the path
        Returns:
        the document identifier
      • getDocument

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

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

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

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

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

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

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

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