Class CometGrid
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.grid.CometGrid
- All Implemented Interfaces:
Serializable
Java class for the Grid configuration type
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class Element.static classThe Class Elements.static classThe Class Spread.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description.Gets the domain id.Gets the elements.Gets the masterdoc id.getName()Gets the name.Gets the repository filename for this particular itemGet the relative repository path for this configuration type.Gets the spread.getType()com.priint.pubserver.comet.entity.grid#CometGridTypeGets the type.Gets the type id.getXpos()Gets the xpos.getXsize()Gets the xsize.getYpos()Gets the ypos.getYsize()Gets the ysize.voidsetDescription(String description) Sets the description.voidsetDomainId(Integer domainId) Sets the domain id.voidsetElements(CometGrid.Elements elements) CometGrid.ElementsSets the elements.voidsetMasterdocId(String masterdocId) Sets the masterdoc id.voidSets the name.voidsetSpread(CometGrid.Spread spread) Spread()Sets the spread.voidsetType(CometGridType type) com.priint.pubserver.comet.entity.grid#CometGridType()Sets the type.voidSets the type id.voidSets the xpos.voidSets the xsize.voidSets the ypos.voidSets the ysize.Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
CometGrid
public CometGrid()Instantiates a new comet grid.
-
-
Method Details
-
getDescription
Gets the description.- Returns:
- the description
-
getDomainId
Gets the domain id.- Returns:
- the domain id
-
getElements
Gets the elements.- Returns:
- the elements
-
getMasterdocId
Gets the masterdoc id.- Returns:
- the masterdoc id
-
getName
Gets the name.- Returns:
- the name
-
getRepositoryFilename
Description copied from class:CometEntityGets the repository filename for this particular item
This method MUST be overridden by classes extending CometEntity
- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename of this particular item
- Throws:
CometException- the comet exception
-
getRepositoryPath
Description copied from class:CometEntityGet the relative repository path for this configuration type.
This method MUST be overridden by classes extending CometEntity.
- Overrides:
getRepositoryPathin classCometEntity- Returns:
- relative repository path
- Throws:
CometException- the comet exception
-
getSpread
Gets the spread.- Returns:
- the spread
-
getType
com.priint.pubserver.comet.entity.grid#CometGridTypeGets the type.- Returns:
- the type
- See Also:
-
getTypeId
Gets the type id.- Returns:
- the type id
-
getXpos
Gets the xpos.- Returns:
- the xpos
-
getXsize
Gets the xsize.- Returns:
- the xsize
-
getYpos
Gets the ypos.- Returns:
- the ypos
-
getYsize
Gets the ysize.- Returns:
- the ysize
-
setDescription
Sets the description.- Parameters:
description- the new description
-
setDomainId
Sets the domain id.- Parameters:
domainId- the new domain id
-
setElements
CometGrid.ElementsSets the elements.- Parameters:
elements- the new elements- See Also:
-
setMasterdocId
Sets the masterdoc id.- Parameters:
masterdocId- the new masterdoc id
-
setName
Sets the name.- Parameters:
name- the new name
-
setSpread
Spread()Sets the spread.- Parameters:
spread- the new spread- See Also:
-
Spread()
-
setType
com.priint.pubserver.comet.entity.grid#CometGridType()Sets the type.- Parameters:
type- the new type
-
setTypeId
Sets the type id.- Parameters:
typeId- the new type id
-
setXpos
Sets the xpos.- Parameters:
xpos- the new xpos
-
setXsize
Sets the xsize.- Parameters:
xsize- the new xsize
-
setYpos
Sets the ypos.- Parameters:
ypos- the new ypos
-
setYsize
Sets the ysize.- Parameters:
ysize- the new ysize
-