Class FrameRule.Banner
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.FrameRule.Banner
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FrameRule
The type Banner.
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets distance.Gets element id.Gets grid id.Gets intersection.Gets pagerelative.voidsetDistance(Double distance) Sets distance.voidsetElementId(Integer elementId) Sets element id.voidSets grid id.voidsetIntersection(Integer intersection) Sets intersection.voidsetPagerelative(Integer pagerelative) Sets pagerelative.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
-
Banner
public Banner()Instantiates a new Banner.
-
-
Method Details
-
getDistance
Gets distance.- Returns:
- the distance
-
getElementId
Gets element id.- Returns:
- the element id
-
getGridId
Gets grid id.- Returns:
- the grid id
-
getIntersection
Gets intersection.- Returns:
- the intersection
-
getPagerelative
Gets pagerelative.- Returns:
- the pagerelative
-
setDistance
Sets distance.- Parameters:
distance- the distance
-
setElementId
Sets element id.- Parameters:
elementId- the element id
-
setGridId
Sets grid id.- Parameters:
gridId- the grid id
-
setIntersection
Sets intersection.- Parameters:
intersection- the intersection
-
setPagerelative
Sets pagerelative.- Parameters:
pagerelative- the pagerelative
-