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 leftTemplateId, int middleTemplateId, int rightTemplateId, Integer continueTemplateId, Integer scriptId) Instantiates a new spread. -
Method Summary
Modifier and TypeMethodDescriptionGets the associated continuing template of this spreadGets the continuing templates idGets the associated left template of this spreadGets the left templates idGets the associated middle template of this spreadGets the middle templates idGets the position of this spreadGets the associated right template of this spreadGets the right templates idGets the script (build preparation) of this spreadGets the script id of this spreadvoidsetContinue(CometTemplate continue_) Sets the continuing template of this spreadvoidsetContinueTemplateId(Integer continueTemplateId) Sets the continuing templates id.voidsetLeftItem(CometTemplate leftItem) Sets the left template of this spreadvoidsetLeftTemplateId(Integer leftTemplateId) Sets the left templates idvoidsetMiddleItem(CometTemplate middleItem) Sets the middle template of this spreadvoidsetMiddleTemplateId(Integer middleTemplateId) Sets the middle templates idvoidsetPosition(CometTemplate.Position position) Sets the position of this spreadvoidsetRightItem(CometTemplate rightItem) Sets the right template of this spreadvoidsetRightTemplateId(Integer rightTemplateId) Sets the right templates idvoidsetScript(CometTemplateIdScript script) Sets the script (build preparation) of this spreadvoidsetTemplateScriptId(Integer templateScriptId) Sets the templates script idMethods 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 leftTemplateId, int middleTemplateId, int rightTemplateId, Integer continueTemplateId, Integer scriptId) Instantiates a new spread.- Parameters:
id- id of the spreadposition- position of the spreadleftTemplateId- associated left spread of this spreadmiddleTemplateId- associated middle spread of this spreadrightTemplateId- associated right spread of this spreadcontinueTemplateId- associated continue spread of this spreadscriptId- script (build preparation) id of this spread
-
-
Method Details
-
getContinue
Gets the associated continuing template of this spread- Returns:
- the continuing template of this spread
-
getContinueTemplateId
Gets the continuing templates id- Returns:
- the continuing template id
-
getLeftItem
Gets the associated left template of this spread- Returns:
- the left template of this spread
-
getLeftTemplateId
Gets the left templates id- Returns:
- the left templates id
-
getMiddleItem
Gets the associated middle template of this spread- Returns:
- the middle template of this spread
-
getMiddleTemplateId
Gets the middle templates id- Returns:
- the middle templates id
-
getPosition
Gets the position of this spread- Returns:
- the position
-
getRightItem
Gets the associated right template of this spread- Returns:
- the right template of this spread
-
getRightTemplateId
Gets the right templates id- Returns:
- the right templates id
-
getScript
Gets the script (build preparation) of this spread- Returns:
- the script
-
getTemplateScriptId
Gets the script id of this spread- Returns:
- the script id of this spread
-
setContinue
Sets the continuing template of this spread- Parameters:
continue_- the new continuing template of this spread
-
setContinueTemplateId
Sets the continuing templates id.- Parameters:
continueTemplateId- the new continuing templates id
-
setLeftItem
Sets the left template of this spread- Parameters:
leftItem- the new left template of this spread
-
setLeftTemplateId
Sets the left templates id- Parameters:
leftTemplateId- the new left templates id
-
setMiddleItem
Sets the middle template of this spread- Parameters:
middleItem- the new middle template of this spread
-
setMiddleTemplateId
Sets the middle templates id- Parameters:
middleTemplateId- the new middle templates id
-
setPosition
Sets the position of this spread- Parameters:
position- the new position
-
setRightItem
Sets the right template of this spread- Parameters:
rightItem- the new right template
-
setRightTemplateId
Sets the right templates id- Parameters:
rightTemplateId- the new right templates id
-
setScript
Sets the script (build preparation) of this spread- Parameters:
script- the new script
-
setTemplateScriptId
Sets the templates script id- Parameters:
templateScriptId- the new templates script id
-