Class CometPageTemplate.Template

java.lang.Object
com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.Template
All Implemented Interfaces:
Serializable
Enclosing class:
CometPageTemplate

public static class CometPageTemplate.Template extends Object implements Serializable
The Class Template.
See Also:
  • Constructor Details

    • Template

      public Template()
      Instantiates a new template.
  • Method Details

    • getActive

      public Boolean getActive()
      Gets the active.
      Returns:
      the active
    • getAutolink

      public Boolean getAutolink()
      Gets the autolink.
      Returns:
      the autolink
    • getBbox

      public CometPageTemplate.BBox getBbox()
      Gets the bbox.
      Returns:
      the bbox
    • getBuildDirection

      public Integer getBuildDirection()
      Gets the builds the direction.
      Returns:
      the builds the direction
    • getColorIndex

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

      public Boolean getHasMultipleFrames()
      Gets the checks for multiple frames.
      Returns:
      the checks for multiple frames
    • getHasMultipleObjects

      public Boolean getHasMultipleObjects()
      Gets the checks for multiple objects.
      Returns:
      the checks for multiple objects
    • getJustificationEnabled

      public Boolean getJustificationEnabled()
      Gets the justification enabled.
      Returns:
      the justification enabled
    • getJustificationScript

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

      public Double getJustificationX()
      Gets the justification X.
      Returns:
      the justification X
    • getJustificationY

      public Double getJustificationY()
      Gets the justification Y.
      Returns:
      the justification Y
    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      the label
    • getMinimumDistX

      public Double getMinimumDistX()
      Gets the minimum dist X.
      Returns:
      the minimum dist X
    • getMinimumDistY

      public Double getMinimumDistY()
      Gets the minimum dist Y.
      Returns:
      the minimum dist Y
    • getMinimumVerticalJust

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

      public Boolean getMinimumVerticalJustEnabled()
      Gets the minimum vertical just enabled.
      Returns:
      the minimum vertical just enabled
    • getSequence

      public Integer getSequence()
      Gets the sequence.
      Returns:
      the sequence
    • getStylesVerticalJust

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

      public Boolean getStylesVerticalJustEnabled()
      Gets the styles vertical just enabled.
      Returns:
      the styles vertical just enabled
    • getType

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

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

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

      public void setActive(Boolean active)
      Sets the active.
      Parameters:
      active - the new active
    • setAutolink

      public void setAutolink(Boolean autolink)
      Sets the autolink.
      Parameters:
      autolink - the new autolink
    • setBbox

      public void setBbox(CometPageTemplate.BBox bbox)
      Sets the bbox.
      Parameters:
      bbox - the new bbox
    • setBuildDirection

      public void setBuildDirection(Integer buildDirection)
      Sets the builds the direction.
      Parameters:
      buildDirection - the new builds the direction
    • setColorIndex

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

      public void setHasMultipleFrames(Boolean hasMultipleFrames)
      Sets the checks for multiple frames.
      Parameters:
      hasMultipleFrames - the new checks for multiple frames
    • setHasMultipleObjects

      public void setHasMultipleObjects(Boolean hasMultipleObjects)
      Sets the checks for multiple objects.
      Parameters:
      hasMultipleObjects - the new checks for multiple objects
    • setJustificationEnabled

      public void setJustificationEnabled(Boolean justificationEnabled)
      Sets the justification enabled.
      Parameters:
      justificationEnabled - the new justification enabled
    • setJustificationScript

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

      public void setJustificationX(Double justificationX)
      Sets the justification X.
      Parameters:
      justificationX - the new justification X
    • setJustificationY

      public void setJustificationY(Double justificationY)
      Sets the justification Y.
      Parameters:
      justificationY - the new justification Y
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - the new label
    • setMinimumDistX

      public void setMinimumDistX(Double minimumDistX)
      Sets the minimum dist X.
      Parameters:
      minimumDistX - the new minimum dist X
    • setMinimumDistY

      public void setMinimumDistY(Double minimumDistY)
      Sets the minimum dist Y.
      Parameters:
      minimumDistY - the new minimum dist Y
    • setMinimumVerticalJust

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

      public void setMinimumVerticalJustEnabled(Boolean minimumVerticalJustEnabled)
      Sets the minimum vertical just enabled.
      Parameters:
      minimumVerticalJustEnabled - the new minimum vertical just enabled
    • setSequence

      public void setSequence(Integer sequence)
      Sets the sequence.
      Parameters:
      sequence - the new sequence
    • setStylesVerticalJust

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

      public void setStylesVerticalJustEnabled(Boolean stylesVerticalJustEnabled)
      Sets the styles vertical just enabled.
      Parameters:
      stylesVerticalJustEnabled - the new styles vertical just enabled
    • setType

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

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

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