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:
java.io.Serializable
public class CometGrid extends CometEntity
Java class for the Grid configuration type
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometGrid.ElementThe Class Element.static classCometGrid.ElementsThe Class Elements.static classCometGrid.SpreadThe Class Spread.-
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 CometGrid()Instantiates a new comet grid.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Gets the description.java.lang.IntegergetDomainId()Gets the domain id.CometGrid.ElementsgetElements()Gets the elements.java.lang.StringgetMasterdocId()Gets the masterdoc id.java.lang.StringgetName()Gets the name.java.lang.StringgetRepositoryFilename()Gets the repository filename for this particular itemjava.lang.StringgetRepositoryPath()Get the relative repository path for this configuration type.CometGrid.SpreadgetSpread()Gets the spread.CometGridTypegetType()com.priint.pubserver.comet.entity.grid#CometGridTypeGets the type.java.lang.IntegergetTypeId()Gets the type id.java.lang.DoublegetXpos()Gets the xpos.java.lang.DoublegetXsize()Gets the xsize.java.lang.DoublegetYpos()Gets the ypos.java.lang.DoublegetYsize()Gets the ysize.voidsetDescription(java.lang.String description)Sets the description.voidsetDomainId(java.lang.Integer domainId)Sets the domain id.voidsetElements(CometGrid.Elements elements)CometGrid.ElementsSets the elements.voidsetMasterdocId(java.lang.String masterdocId)Sets the masterdoc id.voidsetName(java.lang.String name)Sets the name.voidsetSpread(CometGrid.Spread spread)Spread()Sets the spread.voidsetType(CometGridType type)com.priint.pubserver.comet.entity.grid#CometGridType()Sets the type.voidsetTypeId(java.lang.Integer typeId)Sets the type id.voidsetXpos(java.lang.Double xpos)Sets the xpos.voidsetXsize(java.lang.Double xsize)Sets the xsize.voidsetYpos(java.lang.Double ypos)Sets the ypos.voidsetYsize(java.lang.Double ysize)Sets the ysize.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getDescription
@CometDescription public java.lang.String getDescription()
Gets the description.- Returns:
- the description
-
getDomainId
public java.lang.Integer getDomainId()
Gets the domain id.- Returns:
- the domain id
-
getElements
public CometGrid.Elements getElements()
Gets the elements.- Returns:
- the elements
-
getMasterdocId
public java.lang.String getMasterdocId()
Gets the masterdoc id.- Returns:
- the masterdoc id
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
getRepositoryFilename
public java.lang.String getRepositoryFilename() throws CometExceptionDescription 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
public java.lang.String getRepositoryPath() throws CometExceptionDescription 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
public CometGrid.Spread getSpread()
Gets the spread.- Returns:
- the spread
-
getType
public CometGridType getType()
com.priint.pubserver.comet.entity.grid#CometGridTypeGets the type.- Returns:
- the type
- See Also:
CometGridType
-
getTypeId
public java.lang.Integer getTypeId()
Gets the type id.- Returns:
- the type id
-
getXpos
public java.lang.Double getXpos()
Gets the xpos.- Returns:
- the xpos
-
getXsize
public java.lang.Double getXsize()
Gets the xsize.- Returns:
- the xsize
-
getYpos
public java.lang.Double getYpos()
Gets the ypos.- Returns:
- the ypos
-
getYsize
public java.lang.Double getYsize()
Gets the ysize.- Returns:
- the ysize
-
setDescription
public void setDescription(java.lang.String description)
Sets the description.- Parameters:
description- the new description
-
setDomainId
public void setDomainId(java.lang.Integer domainId)
Sets the domain id.- Parameters:
domainId- the new domain id
-
setElements
public void setElements(CometGrid.Elements elements)
CometGrid.ElementsSets the elements.- Parameters:
elements- the new elements- See Also:
CometGrid.Elements
-
setMasterdocId
public void setMasterdocId(java.lang.String masterdocId)
Sets the masterdoc id.- Parameters:
masterdocId- the new masterdoc id
-
setName
public void setName(java.lang.String name)
Sets the name.- Parameters:
name- the new name
-
setSpread
public void setSpread(CometGrid.Spread spread)
Spread()Sets the spread.- Parameters:
spread- the new spread- See Also:
Spread()
-
setType
public void setType(CometGridType type)
com.priint.pubserver.comet.entity.grid#CometGridType()Sets the type.- Parameters:
type- the new type
-
setTypeId
public void setTypeId(java.lang.Integer typeId)
Sets the type id.- Parameters:
typeId- the new type id
-
setXpos
public void setXpos(java.lang.Double xpos)
Sets the xpos.- Parameters:
xpos- the new xpos
-
setXsize
public void setXsize(java.lang.Double xsize)
Sets the xsize.- Parameters:
xsize- the new xsize
-
setYpos
public void setYpos(java.lang.Double ypos)
Sets the ypos.- Parameters:
ypos- the new ypos
-
setYsize
public void setYsize(java.lang.Double ysize)
Sets the ysize.- Parameters:
ysize- the new ysize
-
-