Class PageTemplate.Template

    • Constructor Detail

      • Template

        public Template()
        Instantiates a new Template.
      • Template

        public Template​(CometPageTemplate.Template template)
        Instantiates a new Template.
        Parameters:
        template - the template
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets name.
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Sets name.
        Parameters:
        name - the name
      • getUid

        public java.lang.Integer getUid()
        Gets uid.
        Returns:
        the uid
      • setUid

        public void setUid​(java.lang.Integer uid)
        Sets uid.
        Parameters:
        uid - the uid
      • getActive

        public java.lang.Integer getActive()
        Gets active.
        Returns:
        the active
      • setActive

        public void setActive​(java.lang.Integer active)
        Sets active.
        Parameters:
        active - the active
      • getSequ

        public java.lang.Integer getSequ()
        Gets sequ.
        Returns:
        the sequ
      • setSequ

        public void setSequ​(java.lang.Integer sequ)
        Sets sequ.
        Parameters:
        sequ - the sequ
      • getColorIndex

        public java.lang.Integer getColorIndex()
        Gets color index.
        Returns:
        the color index
      • setColorIndex

        public void setColorIndex​(java.lang.Integer colorIndex)
        Sets color index.
        Parameters:
        colorIndex - the color index
      • getType

        public java.lang.Integer getType()
        Gets type.
        Returns:
        the type
      • setType

        public void setType​(java.lang.Integer type)
        Sets type.
        Parameters:
        type - the type
      • getAutolink

        public java.lang.Integer getAutolink()
        Gets autolink.
        Returns:
        the autolink
      • setAutolink

        public void setAutolink​(java.lang.Integer autolink)
        Sets autolink.
        Parameters:
        autolink - the autolink
      • getVerticalJust

        public java.lang.Integer getVerticalJust()
        Gets vertical just.
        Returns:
        the vertical just
      • setVerticalJust

        public void setVerticalJust​(java.lang.Integer verticalJust)
        Sets vertical just.
        Parameters:
        verticalJust - the vertical just
      • getMinimumVerticalJust

        public java.lang.Double getMinimumVerticalJust()
        Gets minimum vertical just.
        Returns:
        the minimum vertical just
      • setMinimumVerticalJust

        public void setMinimumVerticalJust​(java.lang.Double minimumVerticalJust)
        Sets minimum vertical just.
        Parameters:
        minimumVerticalJust - the minimum vertical just
      • getStylesVerticalJust

        public java.lang.String getStylesVerticalJust()
        Gets styles vertical just.
        Returns:
        the styles vertical just
      • setStylesVerticalJust

        public void setStylesVerticalJust​(java.lang.String stylesVerticalJust)
        Sets styles vertical just.
        Parameters:
        stylesVerticalJust - the styles vertical just
      • getMinimumVerticalJustEnabled

        public java.lang.Integer getMinimumVerticalJustEnabled()
        Gets minimum vertical just enabled.
        Returns:
        the minimum vertical just enabled
      • setMinimumVerticalJustEnabled

        public void setMinimumVerticalJustEnabled​(java.lang.Integer minimumVerticalJustEnabled)
        Sets minimum vertical just enabled.
        Parameters:
        minimumVerticalJustEnabled - the minimum vertical just enabled
      • getStylesVerticalJustEnabled

        public java.lang.Integer getStylesVerticalJustEnabled()
        Gets styles vertical just enabled.
        Returns:
        the styles vertical just enabled
      • setStylesVerticalJustEnabled

        public void setStylesVerticalJustEnabled​(java.lang.Integer stylesVerticalJustEnabled)
        Sets styles vertical just enabled.
        Parameters:
        stylesVerticalJustEnabled - the styles vertical just enabled
      • getHasMultipleObjects

        public java.lang.Integer getHasMultipleObjects()
        Gets has multiple objects.
        Returns:
        the has multiple objects
      • setHasMultipleObjects

        public void setHasMultipleObjects​(java.lang.Integer hasMultipleObjects)
        Sets has multiple objects.
        Parameters:
        hasMultipleObjects - the has multiple objects
      • getHasMultipleFrames

        public java.lang.Integer getHasMultipleFrames()
        Gets has multiple frames.
        Returns:
        the has multiple frames
      • setHasMultipleFrames

        public void setHasMultipleFrames​(java.lang.Integer hasMultipleFrames)
        Sets has multiple frames.
        Parameters:
        hasMultipleFrames - the has multiple frames
      • getBuildDirection

        public java.lang.Integer getBuildDirection()
        Gets build direction.
        Returns:
        the build direction
      • setBuildDirection

        public void setBuildDirection​(java.lang.Integer buildDirection)
        Sets build direction.
        Parameters:
        buildDirection - the build direction
      • getMinimumDistX

        public java.lang.Double getMinimumDistX()
        Gets minimum dist x.
        Returns:
        the minimum dist x
      • setMinimumDistX

        public void setMinimumDistX​(java.lang.Double minimumDistX)
        Sets minimum dist x.
        Parameters:
        minimumDistX - the minimum dist x
      • getMinimumDistY

        public java.lang.Double getMinimumDistY()
        Gets minimum dist y.
        Returns:
        the minimum dist y
      • setMinimumDistY

        public void setMinimumDistY​(java.lang.Double minimumDistY)
        Sets minimum dist y.
        Parameters:
        minimumDistY - the minimum dist y
      • getJustificationEnabled

        public java.lang.Integer getJustificationEnabled()
        Gets justification enabled.
        Returns:
        the justification enabled
      • setJustificationEnabled

        public void setJustificationEnabled​(java.lang.Integer justificationEnabled)
        Sets justification enabled.
        Parameters:
        justificationEnabled - the justification enabled
      • getJustificationX

        public java.lang.Double getJustificationX()
        Gets justification x.
        Returns:
        the justification x
      • setJustificationX

        public void setJustificationX​(java.lang.Double justificationX)
        Sets justification x.
        Parameters:
        justificationX - the justification x
      • getJustificationY

        public java.lang.Double getJustificationY()
        Gets justification y.
        Returns:
        the justification y
      • setJustificationY

        public void setJustificationY​(java.lang.Double justificationY)
        Sets justification y.
        Parameters:
        justificationY - the justification y
      • getJustificationScript

        public java.lang.Integer getJustificationScript()
        Gets justification script.
        Returns:
        the justification script
      • setJustificationScript

        public void setJustificationScript​(java.lang.Integer justificationScript)
        Sets justification script.
        Parameters:
        justificationScript - the justification script
      • setBbox

        public void setBbox​(PageTemplate.BBox bbox)
        Sets bbox.
        Parameters:
        bbox - the bbox
      • setId

        public void setId​(int id)
        Description copied from class: Comet3Entity
        Sets id.
        Overrides:
        setId in class Comet3Entity
        Parameters:
        id - the id
      • entityEquals

        public boolean entityEquals​(CometPageTemplate.Template other)
        Entity equals boolean.
        Parameters:
        other - the other
        Returns:
        the boolean
      • toCometTemplate

        public CometPageTemplate.Template toCometTemplate()
        To comet template comet page template . template.
        Returns:
        the comet page template . template