Class CometSnippetDocument

All Implemented Interfaces:
Serializable

public class CometSnippetDocument extends CometEntity
The type Comet snippet document.
See Also:
  • Constructor Details

    • CometSnippetDocument

      public CometSnippetDocument()
  • Method Details

    • getDocumentName

      public String getDocumentName()
      Gets document name.
      Returns:
      the document name
    • setDocumentName

      public void setDocumentName(String documentName)
      Sets document name.
      Parameters:
      documentName - the document name
    • getDocumentPath

      public String getDocumentPath()
      Gets document path.
      Returns:
      the document path
    • setDocumentPath

      public void setDocumentPath(String documentPath)
      Sets document path.
      Parameters:
      documentPath - the document path
    • getPublication

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

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

      public String getPublicationPlannerDocumentId()
      Gets publication planner document id.
      Returns:
      the publication planner document id
    • setPublicationPlannerDocumentId

      public void setPublicationPlannerDocumentId(String publicationPlannerDocumentId)
      Sets publication planner document id.
      Parameters:
      publicationPlannerDocumentId - the publication planner document id
    • getPublicationType

      public String getPublicationType()
      Gets publication type.
      Returns:
      the publication type
    • setPublicationType

      public void setPublicationType(String publicationType)
      Sets publication type.
      Parameters:
      publicationType - the publication type
    • getSnippets

      public List<CometSnippet> getSnippets()
      Gets snippets.
      Returns:
      the snippets
    • setSnippets

      public void setSnippets(List<CometSnippet> snippets)
      Sets snippets.
      Parameters:
      snippets - the snippets