Class CometTemplate.Spread
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.template.CometTemplate.Spread
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometTemplate
@CometTypeConstraints(calculateIds=false, referenceBinding=NONE) public static class CometTemplate.Spread extends CometEntity
The Class Spread.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested 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_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Spread()Instantiates a new spread.Spread(int id, CometTemplate.Position position, int leftitem, int middleitem, int rightitem, java.lang.Integer continue_, java.lang.Integer scriptId)Instantiates a new spread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CometTemplategetContinue()Gets the continue.java.lang.IntegergetContinueTemplateId()Gets the continue template id.CometTemplategetLeftItem()Gets the left item.java.lang.IntegergetLeftTemplateId()Gets the left template id.CometTemplategetMiddleItem()Gets the middle item.java.lang.IntegergetMiddleTemplateId()Gets the middle template id.CometTemplate.PositiongetPosition()Gets the position.CometTemplategetRightItem()Gets the right item.java.lang.IntegergetRightTemplateId()Gets the right template id.CometTemplateIdScriptgetScript()Gets the script.java.lang.IntegergetTemplateScriptId()Gets the template script id.voidsetContinue(CometTemplate continue_)Sets the continue.voidsetContinueTemplateId(java.lang.Integer continueTemplateId)Sets the continue template id.voidsetLeftItem(CometTemplate leftItem)Sets the left item.voidsetLeftTemplateId(java.lang.Integer leftTemplateId)Sets the left template id.voidsetMiddleItem(CometTemplate middleItem)Sets the middle item.voidsetMiddleTemplateId(java.lang.Integer middleTemplateId)Sets the middle template id.voidsetPosition(CometTemplate.Position position)Sets the position.voidsetRightItem(CometTemplate rightItem)Sets the right item.voidsetRightTemplateId(java.lang.Integer rightTemplateId)Sets the right template id.voidsetScript(CometTemplateIdScript script)Sets the script.voidsetTemplateScriptId(java.lang.Integer templateScriptId)Sets the template script id.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
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(int id, CometTemplate.Position position, int leftitem, int middleitem, int rightitem, java.lang.Integer continue_, java.lang.Integer scriptId)Instantiates a new spread.- Parameters:
id- the idposition- the positionleftitem- the leftitemmiddleitem- the middleitemrightitem- the rightitemcontinue_- the continuescriptId- the script id
-
-
Method Detail
-
getContinue
public CometTemplate getContinue()
Gets the continue.- Returns:
- the continue
-
getContinueTemplateId
public java.lang.Integer getContinueTemplateId()
Gets the continue template id.- Returns:
- the continue template id
-
getLeftItem
public CometTemplate getLeftItem()
Gets the left item.- Returns:
- the left item
-
getLeftTemplateId
public java.lang.Integer getLeftTemplateId()
Gets the left template id.- Returns:
- the left template id
-
getMiddleItem
public CometTemplate getMiddleItem()
Gets the middle item.- Returns:
- the middle item
-
getMiddleTemplateId
public java.lang.Integer getMiddleTemplateId()
Gets the middle template id.- Returns:
- the middle template id
-
getPosition
public CometTemplate.Position getPosition()
Gets the position.- Returns:
- the position
-
getRightItem
public CometTemplate getRightItem()
Gets the right item.- Returns:
- the right item
-
getRightTemplateId
public java.lang.Integer getRightTemplateId()
Gets the right template id.- Returns:
- the right template id
-
getScript
public CometTemplateIdScript getScript()
Gets the script.- Returns:
- the script
-
getTemplateScriptId
public java.lang.Integer getTemplateScriptId()
Gets the template script id.- Returns:
- the template script id
-
setContinue
public void setContinue(CometTemplate continue_)
Sets the continue.- Parameters:
continue_- the new continue
-
setContinueTemplateId
public void setContinueTemplateId(java.lang.Integer continueTemplateId)
Sets the continue template id.- Parameters:
continueTemplateId- the new continue template id
-
setLeftItem
public void setLeftItem(CometTemplate leftItem)
Sets the left item.- Parameters:
leftItem- the new left item
-
setLeftTemplateId
public void setLeftTemplateId(java.lang.Integer leftTemplateId)
Sets the left template id.- Parameters:
leftTemplateId- the new left template id
-
setMiddleItem
public void setMiddleItem(CometTemplate middleItem)
Sets the middle item.- Parameters:
middleItem- the new middle item
-
setMiddleTemplateId
public void setMiddleTemplateId(java.lang.Integer middleTemplateId)
Sets the middle template id.- Parameters:
middleTemplateId- the new middle template id
-
setPosition
public void setPosition(CometTemplate.Position position)
Sets the position.- Parameters:
position- the new position
-
setRightItem
public void setRightItem(CometTemplate rightItem)
Sets the right item.- Parameters:
rightItem- the new right item
-
setRightTemplateId
public void setRightTemplateId(java.lang.Integer rightTemplateId)
Sets the right template id.- Parameters:
rightTemplateId- the new right template id
-
setScript
public void setScript(CometTemplateIdScript script)
Sets the script.- Parameters:
script- the new script
-
setTemplateScriptId
public void setTemplateScriptId(java.lang.Integer templateScriptId)
Sets the template script id.- Parameters:
templateScriptId- the new template script id
-
-