Class CometSnippetDocument

  • All Implemented Interfaces:
    java.io.Serializable

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

      • CometSnippetDocument

        public CometSnippetDocument()
    • Method Detail

      • getDocumentName

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

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

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

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

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

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

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

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

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

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

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

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