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:
Serializable
Java class for the Placeholder Group configuration type. For internal use only
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Placeholder.static classThe 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, timestampFields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Placeholder group.PlaceholderGroup(int id) Instantiates a new Placeholder group.PlaceholderGroup(int id, String name) Instantiates a new Placeholder group.Instantiates a new Placeholder group. -
Method Summary
Modifier and TypeMethodDescriptionvoidApply values to.booleanEntity equals boolean.booleanentityEquals(Object other) Entity equals boolean.getColor()Gets color.intgetId()Gets id.getName()Gets name.Gets placeholders.getUser()Gets user.voidSets color.voidsetId(int id) Sets id.voidSets name.voidsetPlaceholders(PlaceholderGroup.Placeholders placeholders) Sets placeholders.voidSets user.Methods inherited from class com.priint.pubserver.comet.bridge.Comet3Entity
entityEquals, getLastModificationTimestamp, info, postprocess, setLastModificationTimestampMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
PlaceholderGroup
public PlaceholderGroup()Instantiates a new Placeholder group. -
PlaceholderGroup
public PlaceholderGroup(int id) Instantiates a new Placeholder group.- Parameters:
id- the id
-
PlaceholderGroup
Instantiates a new Placeholder group.- Parameters:
id- the idname- the name
-
PlaceholderGroup
Instantiates a new Placeholder group.- Parameters:
group- the group
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
name- the name
-
getUser
Gets user.- Returns:
- the user
-
setUser
Sets user.- Parameters:
user- the user
-
getPlaceholders
Gets placeholders.- Returns:
- the placeholders
-
setPlaceholders
Sets placeholders.- Parameters:
placeholders- the placeholders
-
getColor
Gets color.- Returns:
- the color
-
setColor
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
Description copied from class:Comet3EntityEntity equals boolean.- Overrides:
entityEqualsin classComet3Entity- Parameters:
other- the other- Returns:
- the boolean
-
entityEquals
Entity equals boolean.- Parameters:
group- the group- Returns:
- the boolean
-
applyValuesTo
Apply values to.- Parameters:
item- the item
-