Class Spread
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.pageitem.Spread
- All Implemented Interfaces:
Serializable
Class representing a spread element for Template in Planner REST Service.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcontinue_ of the Spreadintleftitem of the Spreadintmiddleitem of the Spreadposition of the Spreadintrightitem of the Spreadintscriptid of the SpreadvoidsetContinue(int continue_) voidsetLeftitem(int leftitem) voidsetMiddleitem(int middleitem) voidsetPosition(String position) voidsetRightitem(int rightitem) voidsetScriptid(int scriptid) Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Field Details
-
id
protected int idid of the Spread -
timestamp
protected long timestamp
-
-
Constructor Details
-
Spread
public Spread() -
Spread
-
-
Method Details
-
getPosition
position of the Spread -
setPosition
-
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_)
-