Class CometGrid.Element
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.grid.CometGrid.Element
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometGrid
@CometTypeConstraints(calculateIds=false) public static class CometGrid.Element extends CometEntity
The Class Element.- 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 Element()Instantiates a new element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the name.java.lang.DoublegetXpos()Gets the xpos.java.lang.DoublegetXsize()Gets the xsize.java.lang.DoublegetYpos()Gets the ypos.java.lang.DoublegetYsize()Gets the ysize.voidsetName(java.lang.String name)Sets the name.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, getRepositoryFilename, getRepositoryPath, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
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
-
setName
public void setName(java.lang.String name)
Sets the name.- Parameters:
name- the new name
-
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
-
-