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:
java.io.Serializable
- Enclosing class:
- Grid
public static class Grid.Placeholder extends Comet3Entity
The type Placeholder.- See Also:
- Serialized Form
-
-
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, timestamp
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description Placeholder()Instantiates a new Placeholder.Placeholder(CometGrid.Element item)Instantiates a new Placeholder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanentityEquals(CometGrid.Element element)Entity equals boolean.intgetId()Gets id.java.lang.StringgetName()Gets name.java.lang.DoublegetXpos()Gets xpos.java.lang.DoublegetXsize()Gets xsize.java.lang.DoublegetYpos()Gets ypos.java.lang.DoublegetYsize()Gets ysize.voidsetId(int id)Sets id.voidsetName(java.lang.String name)Sets name.voidsetXpos(java.lang.Double xpos)Sets xpos.voidsetXsize(java.lang.Double xsize)Sets xsize.voidsetYpos(java.lang.Double ypos)Sets ypos.voidsetYsize(java.lang.Double ysize)Sets ysize.CometGrid.ElementtoGridElement()To grid element comet grid .-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestamp
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Constructor Detail
-
Placeholder
public Placeholder()
Instantiates a new Placeholder.
-
Placeholder
public Placeholder(CometGrid.Element item)
Instantiates a new Placeholder.- Parameters:
item- the item
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets name.- Returns:
- the name
-
setName
public void setName(java.lang.String name)
Sets name.- Parameters:
name- the name
-
getXpos
public java.lang.Double getXpos()
Gets xpos.- Returns:
- the xpos
-
setXpos
public void setXpos(java.lang.Double xpos)
Sets xpos.- Parameters:
xpos- the xpos
-
getYpos
public java.lang.Double getYpos()
Gets ypos.- Returns:
- the ypos
-
setYpos
public void setYpos(java.lang.Double ypos)
Sets ypos.- Parameters:
ypos- the ypos
-
getXsize
public java.lang.Double getXsize()
Gets xsize.- Returns:
- the xsize
-
setXsize
public void setXsize(java.lang.Double xsize)
Sets xsize.- Parameters:
xsize- the xsize
-
getYsize
public java.lang.Double getYsize()
Gets ysize.- Returns:
- the ysize
-
setYsize
public void setYsize(java.lang.Double ysize)
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
public CometGrid.Element toGridElement()
To grid element comet grid . element.- Returns:
- the comet grid . element
-
entityEquals
public boolean entityEquals(CometGrid.Element element)
Entity equals boolean.- Parameters:
element- the element- Returns:
- the boolean
-
-