Class PageItem.Spread

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PageItem

    public static class PageItem.Spread
    extends Comet3Entity
    The type Spread.
    See Also:
    Serialized Form
    • Constructor Detail

      • Spread

        public Spread()
        Instantiates a new Spread.
      • Spread

        public Spread​(int id,
                      java.lang.String position,
                      int leftitem,
                      int middleitem,
                      int rightitem)
        Instantiates a new Spread.
        Parameters:
        id - the id
        position - the position
        leftitem - the leftitem
        middleitem - the middleitem
        rightitem - the rightitem
      • Spread

        public Spread​(CometTemplate item)
        Instantiates a new Spread.
        Parameters:
        item - the item
    • Method Detail

      • getPosition

        public java.lang.String getPosition()
        Gets position.
        Returns:
        the position
      • setPosition

        public void setPosition​(java.lang.String position)
        Sets position.
        Parameters:
        position - the position
      • getLeftitem

        public int getLeftitem()
        Gets leftitem.
        Returns:
        the leftitem
      • setLeftitem

        public void setLeftitem​(int leftitem)
        Sets leftitem.
        Parameters:
        leftitem - the leftitem
      • getMiddleitem

        public int getMiddleitem()
        Gets middleitem.
        Returns:
        the middleitem
      • setMiddleitem

        public void setMiddleitem​(int middleitem)
        Sets middleitem.
        Parameters:
        middleitem - the middleitem
      • getRightitem

        public int getRightitem()
        Gets rightitem.
        Returns:
        the rightitem
      • setRightitem

        public void setRightitem​(int rightitem)
        Sets rightitem.
        Parameters:
        rightitem - the rightitem
      • getScriptid

        public int getScriptid()
        Gets scriptid.
        Returns:
        the scriptid
      • setScriptid

        public void setScriptid​(int scriptid)
        Sets scriptid.
        Parameters:
        scriptid - the scriptid
      • getContinue

        public int getContinue()
        Gets continue.
        Returns:
        the continue
      • setContinue

        public void setContinue​(int continue_)
        Sets continue.
        Parameters:
        continue_ - the continue
      • toCometTemplateSpread

        public CometTemplate.Spread toCometTemplateSpread()
        To comet template spread comet template . spread.
        Returns:
        the comet template . spread