Class Grid.Spread
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.Grid.Spread
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Grid
public static class Grid.Spread extends Comet3Entity
The type Spread.- See Also:
- Serialized Form
-
-
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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Spread()Instantiates a new Spread.Spread(CometGrid.Spread spread)Instantiates a new Spread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLeftitem()Gets leftitem.intgetMiddleitem()Gets middleitem.java.lang.StringgetPosition()Gets position.intgetRightitem()Gets rightitem.voidsetLeftitem(int leftitem)Sets leftitem.voidsetMiddleitem(int middleitem)Sets middleitem.voidsetPosition(java.lang.String position)Sets position.voidsetRightitem(int rightitem)Sets rightitem.CometGrid.SpreadtoCometGridSpread()To comet grid spread comet grid .-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getId, getLastModificationTimestamp, info, postprocess, setId, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
Spread
public Spread()
Instantiates a new Spread.
-
Spread
public Spread(CometGrid.Spread spread)
Instantiates a new Spread.- Parameters:
spread- the spread
-
-
Method Detail
-
getPosition
public java.lang.String getPosition()
Gets position.- Returns:
- the position
-
setPosition
public void setPosition(java.lang.String position)
Sets position.- Parameters:
position- the position
-
getLeftitem
public int getLeftitem()
Gets leftitem.- Returns:
- the leftitem
-
setLeftitem
public void setLeftitem(int leftitem)
Sets leftitem.- Parameters:
leftitem- the leftitem
-
getMiddleitem
public int getMiddleitem()
Gets middleitem.- Returns:
- the middleitem
-
setMiddleitem
public void setMiddleitem(int middleitem)
Sets middleitem.- Parameters:
middleitem- the middleitem
-
getRightitem
public int getRightitem()
Gets rightitem.- Returns:
- the rightitem
-
setRightitem
public void setRightitem(int rightitem)
Sets rightitem.- Parameters:
rightitem- the rightitem
-
toCometGridSpread
public CometGrid.Spread toCometGridSpread()
To comet grid spread comet grid . spread.- Returns:
- the comet grid . spread
-
-