Class Spread

  • All Implemented Interfaces:
    java.io.Serializable

    public class Spread
    extends PlannerApiResource
    implements java.io.Serializable
    Class representing a spread element for Template in Planner REST Service.
    See Also:
    Template, Serialized Form
    • Field Detail

      • id

        protected int id
        id of the Spread
      • timestamp

        protected long timestamp
    • Constructor Detail

      • Spread

        public Spread()
      • Spread

        public Spread​(int id,
                      java.lang.String position,
                      int leftitem,
                      int middleitem,
                      int rightitem)
    • Method Detail

      • getPosition

        public java.lang.String getPosition()
        position of the Spread
      • setPosition

        public void setPosition​(java.lang.String position)
      • getLeftitem

        public int getLeftitem()
        leftitem of the Spread
      • setLeftitem

        public void setLeftitem​(int leftitem)
      • getMiddleitem

        public int getMiddleitem()
        middleitem of the Spread
      • setMiddleitem

        public void setMiddleitem​(int middleitem)
      • getRightitem

        public int getRightitem()
        rightitem of the Spread
      • setRightitem

        public void setRightitem​(int rightitem)
      • getScriptid

        public int getScriptid()
        scriptid of the Spread
      • setScriptid

        public void setScriptid​(int scriptid)
      • getContinue

        public int getContinue()
        continue_ of the Spread
      • setContinue

        public void setContinue​(int continue_)