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:
Serializable
- Enclosing class:
- PageTemplate
The type B box.
- See Also:
-
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, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionBBox()Instantiates a new B box.BBox(CometPageTemplate.BBox bbox) Instantiates a new B box. -
Method Summary
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestampMethods 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. -
BBox
Instantiates a new B box.- Parameters:
bbox- the bbox
-
-
Method Details
-
getLeft
Gets left.- Returns:
- the left
-
setLeft
Sets left.- Parameters:
left- the left
-
getTop
Gets top.- Returns:
- the top
-
setTop
Sets top.- Parameters:
top- the top
-
getRight
Gets right.- Returns:
- the right
-
setRight
Sets right.- Parameters:
right- the right
-
getBottom
Gets bottom.- Returns:
- the bottom
-
setBottom
Sets bottom.- Parameters:
bottom- the bottom
-
entityEquals
Entity equals boolean.- Parameters:
other- the other- Returns:
- the boolean
-
toCometBBox
To comet b box comet page template . b box.- Returns:
- the comet page template . b box
-