Class CometPageTemplate.BBox
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.pagetemplate.CometPageTemplate.BBox
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometPageTemplate
@CometTypeConstraints(calculateIds=false) public static class CometPageTemplate.BBox extends CometEntity
The Class BBox.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T>
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.entity.CometEntity
id, TAG_DOMAIN_QUALIFIER, TAG_GROUP_QUALIFIER, TAG_TYPE_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description BBox()Instantiates a new b box.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetBottom()Gets the bottom.java.lang.DoublegetLeft()Gets the left.java.lang.DoublegetRight()Gets the right.java.lang.DoublegetTop()Gets the top.voidsetBottom(java.lang.Double bottom)Sets the bottom.voidsetLeft(java.lang.Double left)Sets the left.voidsetRight(java.lang.Double right)Sets the right.voidsetTop(java.lang.Double top)Sets the top.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getBottom
public java.lang.Double getBottom()
Gets the bottom.- Returns:
- the bottom
-
getLeft
public java.lang.Double getLeft()
Gets the left.- Returns:
- the left
-
getRight
public java.lang.Double getRight()
Gets the right.- Returns:
- the right
-
getTop
public java.lang.Double getTop()
Gets the top.- Returns:
- the top
-
setBottom
public void setBottom(java.lang.Double bottom)
Sets the bottom.- Parameters:
bottom- the new bottom
-
setLeft
public void setLeft(java.lang.Double left)
Sets the left.- Parameters:
left- the new left
-
setRight
public void setRight(java.lang.Double right)
Sets the right.- Parameters:
right- the new right
-
setTop
public void setTop(java.lang.Double top)
Sets the top.- Parameters:
top- the new top
-
-