Class Grid.Placeholder
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.bridge.Comet3Entity
com.priint.pubserver.comet3.entity.Grid.Placeholder
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Grid
The type Placeholder.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.priint.pubserver.tagging.TaggingObject
TaggingObject.LinkedSetWrapper<T> -
Field Summary
Fields inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
id, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Placeholder.Placeholder(CometGrid.Element item) Instantiates a new Placeholder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanentityEquals(CometGrid.Element element) Entity equals boolean.intgetId()Gets id.getName()Gets name.getXpos()Gets xpos.getXsize()Gets xsize.getYpos()Gets ypos.getYsize()Gets ysize.voidsetId(int id) Sets id.voidSets name.voidSets xpos.voidSets xsize.voidSets ypos.voidSets ysize.To grid element comet grid .Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Placeholder
public Placeholder()Instantiates a new Placeholder. -
Placeholder
Instantiates a new Placeholder.- Parameters:
item- the item
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getXpos
Gets xpos.- Returns:
- the xpos
-
setXpos
Sets xpos.- Parameters:
xpos- the xpos
-
getYpos
Gets ypos.- Returns:
- the ypos
-
setYpos
Sets ypos.- Parameters:
ypos- the ypos
-
getXsize
Gets xsize.- Returns:
- the xsize
-
setXsize
Sets xsize.- Parameters:
xsize- the xsize
-
getYsize
Gets ysize.- Returns:
- the ysize
-
setYsize
Sets ysize.- Parameters:
ysize- the ysize
-
getId
public int getId()Description copied from class:Comet3EntityGets id.- Overrides:
getIdin classComet3Entity- Returns:
- the id
-
setId
public void setId(int id) Description copied from class:Comet3EntitySets id.- Overrides:
setIdin classComet3Entity- Parameters:
id- the id
-
toGridElement
To grid element comet grid . element.- Returns:
- the comet grid . element
-
entityEquals
Entity equals boolean.- Parameters:
element- the element- Returns:
- the boolean
-