Class PlaceholderGroup
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.bridge.Comet3Entity
-
- com.priint.pubserver.comet3.entity.PlaceholderGroup
-
- All Implemented Interfaces:
java.io.Serializable
public class PlaceholderGroup extends Comet3Entity
Java class for the Placeholder Group configuration type. For internal use only
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlaceholderGroup.PlaceholderThe type Placeholder.static classPlaceholderGroup.PlaceholdersThe type Placeholders.-
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 PlaceholderGroup()Instantiates a new Placeholder group.PlaceholderGroup(int id)Instantiates a new Placeholder group.PlaceholderGroup(int id, java.lang.String name)Instantiates a new Placeholder group.PlaceholderGroup(CometPlaceholderGroup group)Instantiates a new Placeholder group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyValuesTo(CometPlaceholderGroup item)Apply values to.booleanentityEquals(CometPlaceholderGroup group)Entity equals boolean.booleanentityEquals(java.lang.Object other)Entity equals boolean.java.lang.IntegergetColor()Gets color.intgetId()Gets id.java.lang.StringgetName()Gets name.PlaceholderGroup.PlaceholdersgetPlaceholders()Gets placeholders.java.lang.StringgetUser()Gets user.voidsetColor(java.lang.Integer color)Sets color.voidsetId(int id)Sets id.voidsetName(java.lang.String name)Sets name.voidsetPlaceholders(PlaceholderGroup.Placeholders placeholders)Sets placeholders.voidsetUser(java.lang.String user)Sets user.-
Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
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
-
PlaceholderGroup
public PlaceholderGroup()
Instantiates a new Placeholder group.
-
PlaceholderGroup
public PlaceholderGroup(int id)
Instantiates a new Placeholder group.- Parameters:
id- the id
-
PlaceholderGroup
public PlaceholderGroup(int id, java.lang.String name)Instantiates a new Placeholder group.- Parameters:
id- the idname- the name
-
PlaceholderGroup
public PlaceholderGroup(CometPlaceholderGroup group)
Instantiates a new Placeholder group.- Parameters:
group- the group
-
-
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
-
getUser
public java.lang.String getUser()
Gets user.- Returns:
- the user
-
setUser
public void setUser(java.lang.String user)
Sets user.- Parameters:
user- the user
-
getPlaceholders
public PlaceholderGroup.Placeholders getPlaceholders()
Gets placeholders.- Returns:
- the placeholders
-
setPlaceholders
public void setPlaceholders(PlaceholderGroup.Placeholders placeholders)
Sets placeholders.- Parameters:
placeholders- the placeholders
-
getColor
public java.lang.Integer getColor()
Gets color.- Returns:
- the color
-
setColor
public void setColor(java.lang.Integer color)
Sets color.- Parameters:
color- the color
-
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
-
entityEquals
public boolean entityEquals(java.lang.Object other)
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
public boolean entityEquals(CometPlaceholderGroup group)
Entity equals boolean.- Parameters:
group- the group- Returns:
- the boolean
-
applyValuesTo
public void applyValuesTo(CometPlaceholderGroup item)
Apply values to.- Parameters:
item- the item
-
-