Class PageTemplate.Template

All Implemented Interfaces:
Serializable
Enclosing class:
PageTemplate

public static class PageTemplate.Template extends Comet3Entity
The type Template.
See Also:
  • Constructor Details

    • Template

      public Template()
      Instantiates a new Template.
    • Template

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

    • getName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setJustificationScript(Integer justificationScript)
      Sets justification script.
      Parameters:
      justificationScript - the justification script
    • getBbox

      public PageTemplate.BBox getBbox()
      Gets bbox.
      Returns:
      the bbox
    • setBbox

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

      public int getId()
      Description copied from class: Comet3Entity
      Gets id.
      Overrides:
      getId in class Comet3Entity
      Returns:
      the id
    • 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