Class CometTemplate.Spread

    • Constructor Detail

      • Spread

        public Spread()
        Instantiates a new spread.
      • Spread

        public Spread​(int id,
                      CometTemplate.Position position,
                      int leftitem,
                      int middleitem,
                      int rightitem,
                      java.lang.Integer continue_,
                      java.lang.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 Detail

      • getContinue

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

        public java.lang.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 java.lang.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 java.lang.Integer getMiddleTemplateId()
        Gets the middle template id.
        Returns:
        the middle template id
      • getRightItem

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

        public java.lang.Integer getRightTemplateId()
        Gets the right template id.
        Returns:
        the right template id
      • getTemplateScriptId

        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.Integer templateScriptId)
        Sets the template script id.
        Parameters:
        templateScriptId - the new template script id