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:
Serializable
- Enclosing class:
- CometTemplate
@CometTypeConstraints(calculateIds=false,
referenceBinding=NONE)
public static class CometTemplate.Spread
extends CometEntity
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
ConstructorsConstructorDescriptionSpread()Instantiates a new spread.Spread(int id, CometTemplate.Position position, int leftitem, int middleitem, int rightitem, Integer continue_, Integer scriptId) Instantiates a new spread. -
Method Summary
Modifier and TypeMethodDescriptionGets the continue.Gets the continue template id.Gets the left item.Gets the left template id.Gets the middle item.Gets the middle template id.Gets the position.Gets the right item.Gets the right template id.Gets the script.Gets the template script id.voidsetContinue(CometTemplate continue_) Sets the continue.voidsetContinueTemplateId(Integer continueTemplateId) Sets the continue template id.voidsetLeftItem(CometTemplate leftItem) Sets the left item.voidsetLeftTemplateId(Integer leftTemplateId) Sets the left template id.voidsetMiddleItem(CometTemplate middleItem) Sets the middle item.voidsetMiddleTemplateId(Integer middleTemplateId) Sets the middle template id.voidsetPosition(CometTemplate.Position position) Sets the position.voidsetRightItem(CometTemplate rightItem) Sets the right item.voidsetRightTemplateId(Integer rightTemplateId) Sets the right template id.voidsetScript(CometTemplateIdScript script) Sets the script.voidsetTemplateScriptId(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, 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
public Spread(int id, CometTemplate.Position position, int leftitem, int middleitem, int rightitem, Integer continue_, Integer scriptId) Instantiates a new spread.- Parameters:
id- the idposition- the positionleftitem- the leftitemmiddleitem- the middleitemrightitem- the rightitemcontinue_- the continuescriptId- the script id
-
-
Method Details
-
getContinue
Gets the continue.- Returns:
- the continue
-
getContinueTemplateId
Gets the continue template id.- Returns:
- the continue template id
-
getLeftItem
Gets the left item.- Returns:
- the left item
-
getLeftTemplateId
Gets the left template id.- Returns:
- the left template id
-
getMiddleItem
Gets the middle item.- Returns:
- the middle item
-
getMiddleTemplateId
Gets the middle template id.- Returns:
- the middle template id
-
getPosition
Gets the position.- Returns:
- the position
-
getRightItem
Gets the right item.- Returns:
- the right item
-
getRightTemplateId
Gets the right template id.- Returns:
- the right template id
-
getScript
Gets the script.- Returns:
- the script
-
getTemplateScriptId
Gets the template script id.- Returns:
- the template script id
-
setContinue
Sets the continue.- Parameters:
continue_- the new continue
-
setContinueTemplateId
Sets the continue template id.- Parameters:
continueTemplateId- the new continue template id
-
setLeftItem
Sets the left item.- Parameters:
leftItem- the new left item
-
setLeftTemplateId
Sets the left template id.- Parameters:
leftTemplateId- the new left template id
-
setMiddleItem
Sets the middle item.- Parameters:
middleItem- the new middle item
-
setMiddleTemplateId
Sets the middle template id.- Parameters:
middleTemplateId- the new middle template id
-
setPosition
Sets the position.- Parameters:
position- the new position
-
setRightItem
Sets the right item.- Parameters:
rightItem- the new right item
-
setRightTemplateId
Sets the right template id.- Parameters:
rightTemplateId- the new right template id
-
setScript
Sets the script.- Parameters:
script- the new script
-
setTemplateScriptId
Sets the template script id.- Parameters:
templateScriptId- the new template script id
-