Class PageTemplate.BBox
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.PageTemplate.BBox
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PageTemplate
public static class PageTemplate.BBox extends Comet3Entity
The type B box.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description BBox()Instantiates a new B box.BBox(CometPageTemplate.BBox bbox)Instantiates a new B box.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanentityEquals(CometPageTemplate.BBox other)Entity equals boolean.java.lang.DoublegetBottom()Gets bottom.java.lang.DoublegetLeft()Gets left.java.lang.DoublegetRight()Gets right.java.lang.DoublegetTop()Gets top.voidsetBottom(java.lang.Double bottom)Sets bottom.voidsetLeft(java.lang.Double left)Sets left.voidsetRight(java.lang.Double right)Sets right.voidsetTop(java.lang.Double top)Sets top.CometPageTemplate.BBoxtoCometBBox()To comet b box comet page template .-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
BBox
public BBox()
Instantiates a new B box.
-
BBox
public BBox(CometPageTemplate.BBox bbox)
Instantiates a new B box.- Parameters:
bbox- the bbox
-
-
Method Detail
-
getLeft
public java.lang.Double getLeft()
Gets left.- Returns:
- the left
-
setLeft
public void setLeft(java.lang.Double left)
Sets left.- Parameters:
left- the left
-
getTop
public java.lang.Double getTop()
Gets top.- Returns:
- the top
-
setTop
public void setTop(java.lang.Double top)
Sets top.- Parameters:
top- the top
-
getRight
public java.lang.Double getRight()
Gets right.- Returns:
- the right
-
setRight
public void setRight(java.lang.Double right)
Sets right.- Parameters:
right- the right
-
getBottom
public java.lang.Double getBottom()
Gets bottom.- Returns:
- the bottom
-
setBottom
public void setBottom(java.lang.Double bottom)
Sets bottom.- Parameters:
bottom- the bottom
-
entityEquals
public boolean entityEquals(CometPageTemplate.BBox other)
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
toCometBBox
public CometPageTemplate.BBox toCometBBox()
To comet b box comet page template . b box.- Returns:
- the comet page template . b box
-
-