Class CometPageTemplate

    • Constructor Detail

      • CometPageTemplate

        public CometPageTemplate()
        Instantiates a new comet page template.
      • CometPageTemplate

        public CometPageTemplate​(int id)
        Instantiates a new comet page template.
        Parameters:
        id - the id
    • Method Detail

      • getActive

        public java.lang.Boolean getActive()
        Gets the active.
        Returns:
        the active
      • getAutoOpposite

        public java.lang.Boolean getAutoOpposite()
        Gets the auto opposite.
        Returns:
        the auto opposite
      • getAutoSuccessor

        public java.lang.Boolean getAutoSuccessor()
        Gets the auto successor.
        Returns:
        the auto successor
      • getBarrier

        public java.lang.Integer getBarrier()
        Gets the barrier.
        Returns:
        the barrier
      • getDocumentName

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

        public java.lang.Integer getDomainId()
        Gets the domain id.
        Returns:
        the domain id
      • getLabel

        public java.lang.String getLabel()
        Gets the label.
        Returns:
        the label
      • getMarginBottom

        public java.lang.Double getMarginBottom()
        Gets the margin bottom.
        Returns:
        the margin bottom
      • getMarginLeft

        public java.lang.Double getMarginLeft()
        Gets the margin left.
        Returns:
        the margin left
      • getMarginRight

        public java.lang.Double getMarginRight()
        Gets the margin right.
        Returns:
        the margin right
      • getMarginTop

        public java.lang.Double getMarginTop()
        Gets the margin top.
        Returns:
        the margin top
      • getMasterpages

        public java.lang.String getMasterpages()
        Gets the masterpages.
        Returns:
        the masterpages
      • getOpposite

        public CometPageTemplate getOpposite()
        Gets the opposite.
        Returns:
        the opposite
      • getOppositeId

        public java.lang.Integer getOppositeId()
        Gets the opposite id.
        Returns:
        the opposite id
      • getOwnerId

        public java.lang.Integer getOwnerId()
        Gets the owner id.
        Returns:
        the owner id
      • getPageHeight

        public java.lang.Double getPageHeight()
        Gets the page height.
        Returns:
        the page height
      • getPageNum

        public java.lang.Integer getPageNum()
        Gets the page num.
        Returns:
        the page num
      • getPageType

        public java.lang.Integer getPageType()
        Gets the page type.
        Returns:
        the page type
      • getPageWidth

        public java.lang.Double getPageWidth()
        Gets the page width.
        Returns:
        the page width
      • getStringId

        public java.lang.String getStringId()
        Gets the string id.
        Returns:
        the string id
      • getSuccessor

        public CometPageTemplate getSuccessor()
        Gets the successor.
        Returns:
        the successor
      • getSuccessorId

        public java.lang.Integer getSuccessorId()
        Gets the successor id.
        Returns:
        the successor id
      • setActive

        public void setActive​(java.lang.Boolean active)
        Sets the active.
        Parameters:
        active - the new active
      • setAutoOpposite

        public void setAutoOpposite​(java.lang.Boolean autoOpposite)
        Sets the auto opposite.
        Parameters:
        autoOpposite - the new auto opposite
      • setAutoSuccessor

        public void setAutoSuccessor​(java.lang.Boolean autoSuccessor)
        Sets the auto successor.
        Parameters:
        autoSuccessor - the new auto successor
      • setBarrier

        public void setBarrier​(java.lang.Integer barrier)
        Sets the barrier.
        Parameters:
        barrier - the new barrier
      • setDocumentName

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

        public void setDomainId​(java.lang.Integer domainId)
        Sets the domain id.
        Parameters:
        domainId - the new domain id
      • setLabel

        public void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the new label
      • setMarginBottom

        public void setMarginBottom​(java.lang.Double marginBottom)
        Sets the margin bottom.
        Parameters:
        marginBottom - the new margin bottom
      • setMarginLeft

        public void setMarginLeft​(java.lang.Double marginLeft)
        Sets the margin left.
        Parameters:
        marginLeft - the new margin left
      • setMarginRight

        public void setMarginRight​(java.lang.Double marginRight)
        Sets the margin right.
        Parameters:
        marginRight - the new margin right
      • setMarginTop

        public void setMarginTop​(java.lang.Double marginTop)
        Sets the margin top.
        Parameters:
        marginTop - the new margin top
      • setMasterpages

        public void setMasterpages​(java.lang.String masterpages)
        Sets the masterpages.
        Parameters:
        masterpages - the new masterpages
      • setOpposite

        public void setOpposite​(CometPageTemplate opposite)
        Sets the opposite.
        Parameters:
        opposite - the new opposite
      • setOppositeId

        public void setOppositeId​(java.lang.Integer opposite)
        Sets the opposite id.
        Parameters:
        opposite - the new opposite id
      • setOwnerId

        public void setOwnerId​(java.lang.Integer ownerId)
        Sets the owner id.
        Parameters:
        ownerId - the new owner id
      • setPageHeight

        public void setPageHeight​(java.lang.Double pageHeight)
        Sets the page height.
        Parameters:
        pageHeight - the new page height
      • setPageNum

        public void setPageNum​(java.lang.Integer pageNum)
        Sets the page num.
        Parameters:
        pageNum - the new page num
      • setPageType

        public void setPageType​(java.lang.Integer pageType)
        Sets the page type.
        Parameters:
        pageType - the new page type
      • setPageWidth

        public void setPageWidth​(java.lang.Double pageWidth)
        Sets the page width.
        Parameters:
        pageWidth - the new page width
      • setStringId

        public void setStringId​(java.lang.String stringId)
        Sets the string id.
        Parameters:
        stringId - the new string id
      • setSuccessor

        public void setSuccessor​(CometPageTemplate successor)
        Sets the successor.
        Parameters:
        successor - the new successor
      • setSuccessorId

        public void setSuccessorId​(java.lang.Integer successor)
        Sets the successor id.
        Parameters:
        successor - the new successor id
      • setTemplates

        public void setTemplates​(java.util.List<CometPageTemplate.Template> templates)
        Sets the templates.
        Parameters:
        templates - the new templates