Class DocumentIdentifier
java.lang.Object
com.priint.pubserver.comet.bridge.toc.DocumentIdentifier
- All Implemented Interfaces:
Serializable
The Class DocumentIdentifier.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentIdentifiercreateDocumentIdentifier(String document, String path) Creates the document identifier.static DocumentIdentifiercreateDocumentIdentifier(String document, String path, String publication) Creates the document identifier.static DocumentIdentifiercreatePublicationPlannerIdentifier(String publicationPlannerId) Creates the publication planner identifier.Gets the document.getPath()Gets the path.Gets the publication.Gets the publication planner id.voidsetDocument(String document) Sets the document.voidSets the path.voidsetPublication(String publication) Sets the publication.voidsetPublicationPlannerId(String publicationPlannerId) Sets the publication planner id.
-
Constructor Details
-
DocumentIdentifier
public DocumentIdentifier()
-
-
Method Details
-
createPublicationPlannerIdentifier
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 documentpath- the pathpublication- the publication- Returns:
- the document identifier
-
createDocumentIdentifier
Creates the document identifier.- Parameters:
document- the documentpath- the path- Returns:
- the document identifier
-
getDocument
Gets the document.- Returns:
- the document
-
setDocument
Sets the document.- Parameters:
document- the new document
-
getPath
Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-
getPublication
Gets the publication.- Returns:
- the publication
-
setPublication
Sets the publication.- Parameters:
publication- the new publication
-
getPublicationPlannerId
Gets the publication planner id.- Returns:
- the publication planner id
-
setPublicationPlannerId
Sets the publication planner id.- Parameters:
publicationPlannerId- the new publication planner id
-