Class PageTemplateBbox
- java.lang.Object
-
- com.priint.pubserver.plannerapi.resource.PlannerApiResource
-
- com.priint.pubserver.plannerapi.resource.PageTemplateBbox
-
- All Implemented Interfaces:
java.io.Serializable
public class PageTemplateBbox extends PlannerApiResource implements java.io.Serializable
Class representing a page template bbox in Planner REST Service.
-
-
Constructor Summary
Constructors Constructor Description PageTemplateBbox()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetBottom()bottom coordinate of the bboxintgetId()ID of the bboxjava.lang.DoublegetLeft()left coordinate of the bboxjava.lang.DoublegetRight()right coordinate of the bboxjava.lang.DoublegetTop()top coordinate of the bboxvoidsetBottom(java.lang.Double bottom)voidsetId(int id)voidsetLeft(java.lang.Double left)voidsetRight(java.lang.Double right)voidsetTop(java.lang.Double top)-
Methods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
-
-
-
Method Detail
-
getLeft
public java.lang.Double getLeft()
left coordinate of the bbox
-
setLeft
public void setLeft(java.lang.Double left)
-
getTop
public java.lang.Double getTop()
top coordinate of the bbox
-
setTop
public void setTop(java.lang.Double top)
-
getRight
public java.lang.Double getRight()
right coordinate of the bbox
-
setRight
public void setRight(java.lang.Double right)
-
getBottom
public java.lang.Double getBottom()
bottom coordinate of the bbox
-
setBottom
public void setBottom(java.lang.Double bottom)
-
getId
public int getId()
ID of the bbox
-
setId
public void setId(int id)
-
-