Class CometGrid.Spread
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.grid.CometGrid.Spread
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CometGrid
The Class Spread.
- 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
Modifier and TypeMethodDescriptionGets the left item.Gets the middle item.Gets the position.Gets the right item.voidsetLeftItem(Integer leftItem) Sets the left item.voidsetMiddleItem(Integer middleItem) Sets the middle item.voidsetPosition(String position) Sets the position.voidsetRightItem(Integer rightItem) Sets the right item.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
-
Spread
public Spread()Instantiates a new spread. -
Spread
Instantiates a new spread.- Parameters:
id- the idposition- the positionleftitem- the leftitemmiddleitem- the middleitemrightitem- the rightitem
-
-
Method Details
-
getLeftItem
Gets the left item.- Returns:
- the left item
-
getMiddleItem
Gets the middle item.- Returns:
- the middle item
-
getPosition
Gets the position.- Returns:
- the position
-
getRightItem
Gets the right item.- Returns:
- the right item
-
setLeftItem
Sets the left item.- Parameters:
leftItem- the new left item
-
setMiddleItem
Sets the middle item.- Parameters:
middleItem- the new middle item
-
setPosition
Sets the position.- Parameters:
position- the new position
-
setRightItem
Sets the right item.- Parameters:
rightItem- the new right item
-