Class Spread
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.pageitem.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetContinue()continue_ of the SpreadintgetLeftitem()leftitem of the SpreadintgetMiddleitem()middleitem of the Spreadjava.lang.StringgetPosition()position of the SpreadintgetRightitem()rightitem of the SpreadintgetScriptid()scriptid of the SpreadvoidsetContinue(int continue_)voidsetLeftitem(int leftitem)voidsetMiddleitem(int middleitem)voidsetPosition(java.lang.String position)voidsetRightitem(int rightitem)voidsetScriptid(int scriptid)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
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_)
-
-