Class PageItem.Spread
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.PageItem.Spread
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PageItem
The type Spread.
- 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
ConstructorsConstructorDescriptionSpread()Instantiates a new Spread.Instantiates a new Spread.Spread(CometTemplate item) Instantiates a new Spread. -
Method Summary
Modifier and TypeMethodDescriptionintGets continue.intGets leftitem.intGets middleitem.Gets position.intGets rightitem.intGets scriptid.voidsetContinue(int continue_) Sets continue.voidsetLeftitem(int leftitem) Sets leftitem.voidsetMiddleitem(int middleitem) Sets middleitem.voidsetPosition(String position) Sets position.voidsetRightitem(int rightitem) Sets rightitem.voidsetScriptid(int scriptid) Sets scriptid.To comet template spread comet template .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
-
Spread
public Spread()Instantiates a new Spread. -
Spread
Instantiates a new Spread.- Parameters:
id- the idposition- the positionleftitem- the leftitemmiddleitem- the middleitemrightitem- the rightitem
-
Spread
Instantiates a new Spread.- Parameters:
item- the item
-
-
Method Details
-
getPosition
Gets position.- Returns:
- the position
-
setPosition
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
-
getScriptid
public int getScriptid()Gets scriptid.- Returns:
- the scriptid
-
setScriptid
public void setScriptid(int scriptid) Sets scriptid.- Parameters:
scriptid- the scriptid
-
getContinue
public int getContinue()Gets continue.- Returns:
- the continue
-
setContinue
public void setContinue(int continue_) Sets continue.- Parameters:
continue_- the continue
-
toCometTemplateSpread
To comet template spread comet template . spread.- Returns:
- the comet template . spread
-