Class CometTemplate.Spread

All Implemented Interfaces:
Serializable
Enclosing class:
CometTemplate

@CometTypeConstraints(calculateIds=false, referenceBinding=NONE) public static class CometTemplate.Spread extends CometEntity
The Class Spread.
See Also:
  • Constructor Details

    • Spread

      public Spread()
      Instantiates a new spread.
    • Spread

      public Spread(int id, CometTemplate.Position position, int leftitem, int middleitem, int rightitem, Integer continue_, Integer scriptId)
      Instantiates a new spread.
      Parameters:
      id - the id
      position - the position
      leftitem - the leftitem
      middleitem - the middleitem
      rightitem - the rightitem
      continue_ - the continue
      scriptId - the script id
  • Method Details

    • getContinue

      public CometTemplate getContinue()
      Gets the continue.
      Returns:
      the continue
    • getContinueTemplateId

      public Integer getContinueTemplateId()
      Gets the continue template id.
      Returns:
      the continue template id
    • getLeftItem

      public CometTemplate getLeftItem()
      Gets the left item.
      Returns:
      the left item
    • getLeftTemplateId

      public Integer getLeftTemplateId()
      Gets the left template id.
      Returns:
      the left template id
    • getMiddleItem

      public CometTemplate getMiddleItem()
      Gets the middle item.
      Returns:
      the middle item
    • getMiddleTemplateId

      public Integer getMiddleTemplateId()
      Gets the middle template id.
      Returns:
      the middle template id
    • getPosition

      public CometTemplate.Position getPosition()
      Gets the position.
      Returns:
      the position
    • getRightItem

      public CometTemplate getRightItem()
      Gets the right item.
      Returns:
      the right item
    • getRightTemplateId

      public Integer getRightTemplateId()
      Gets the right template id.
      Returns:
      the right template id
    • getScript

      public CometTemplateIdScript getScript()
      Gets the script.
      Returns:
      the script
    • getTemplateScriptId

      public Integer getTemplateScriptId()
      Gets the template script id.
      Returns:
      the template script id
    • setContinue

      public void setContinue(CometTemplate continue_)
      Sets the continue.
      Parameters:
      continue_ - the new continue
    • setContinueTemplateId

      public void setContinueTemplateId(Integer continueTemplateId)
      Sets the continue template id.
      Parameters:
      continueTemplateId - the new continue template id
    • setLeftItem

      public void setLeftItem(CometTemplate leftItem)
      Sets the left item.
      Parameters:
      leftItem - the new left item
    • setLeftTemplateId

      public void setLeftTemplateId(Integer leftTemplateId)
      Sets the left template id.
      Parameters:
      leftTemplateId - the new left template id
    • setMiddleItem

      public void setMiddleItem(CometTemplate middleItem)
      Sets the middle item.
      Parameters:
      middleItem - the new middle item
    • setMiddleTemplateId

      public void setMiddleTemplateId(Integer middleTemplateId)
      Sets the middle template id.
      Parameters:
      middleTemplateId - the new middle template id
    • setPosition

      public void setPosition(CometTemplate.Position position)
      Sets the position.
      Parameters:
      position - the new position
    • setRightItem

      public void setRightItem(CometTemplate rightItem)
      Sets the right item.
      Parameters:
      rightItem - the new right item
    • setRightTemplateId

      public void setRightTemplateId(Integer rightTemplateId)
      Sets the right template id.
      Parameters:
      rightTemplateId - the new right template id
    • setScript

      public void setScript(CometTemplateIdScript script)
      Sets the script.
      Parameters:
      script - the new script
    • setTemplateScriptId

      public void setTemplateScriptId(Integer templateScriptId)
      Sets the template script id.
      Parameters:
      templateScriptId - the new template script id