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:
Serializable
- Enclosing class:
- CometPageTemplate
@CometTypeConstraints(calculateIds=false)
public static class CometPageTemplate.BBox
extends CometEntity
The Class BBox.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.CategoryNested 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_QUALIFIERFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
BBox
public BBox()Instantiates a new b box.
-
-
Method Details
-
getBottom
Gets the bottom.- Returns:
- the bottom
-
getLeft
Gets the left.- Returns:
- the left
-
getRight
Gets the right.- Returns:
- the right
-
getTop
Gets the top.- Returns:
- the top
-
setBottom
Sets the bottom.- Parameters:
bottom- the new bottom
-
setLeft
Sets the left.- Parameters:
left- the new left
-
setRight
Sets the right.- Parameters:
right- the new right
-
setTop
Sets the top.- Parameters:
top- the new top
-