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:
Serializable
- Enclosing class:
- CometGrid
The Class Element.
- 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
Constructors -
Method Summary
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
-
Element
public Element()Instantiates a new element.
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
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
-
setName
Sets the name.- Parameters:
name- the new name
-
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
-