Class CometPlaceholderGroup
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.placeholder.CometPlaceholderGroup
- All Implemented Interfaces:
Serializable
@CometTypeConstraints(calculateIds=true,
referenceBinding=NONE)
public class CometPlaceholderGroup
extends CometEntity
Java class for the Placeholder Group configuration type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Placeholder.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
ConstructorsConstructorDescriptionInstantiates a new Comet placeholder group.CometPlaceholderGroup(int id, String label) Instantiates a new Comet placeholder group. -
Method Summary
Modifier and TypeMethodDescriptionGets color id.getLabel()Gets label.Gets members.Gets the repository filename for this particular itemGet the relative repository path for this configuration type.getUser()Gets user.voidsetColorId(Integer colorId) Sets color id.voidSets label.voidsetMembers(List<CometPlaceholderGroup.Placeholder> members) Sets members.voidSets user.Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
CometPlaceholderGroup
public CometPlaceholderGroup()Instantiates a new Comet placeholder group. -
CometPlaceholderGroup
Instantiates a new Comet placeholder group.- Parameters:
id- the idlabel- the label
-
-
Method Details
-
getColorId
Gets color id.- Returns:
- the color id
-
getLabel
Gets label.- Returns:
- the label
-
getMembers
Gets members.- Returns:
- the members
-
getRepositoryFilename
Description copied from class:CometEntityGets the repository filename for this particular item
This method MUST be overridden by classes extending CometEntity
- Overrides:
getRepositoryFilenamein classCometEntity- Returns:
- the repository filename of this particular item
- Throws:
CometException- the comet exception
-
getRepositoryPath
Description copied from class:CometEntityGet the relative repository path for this configuration type.
This method MUST be overridden by classes extending CometEntity.
- Overrides:
getRepositoryPathin classCometEntity- Returns:
- relative repository path
- Throws:
CometException- the comet exception
-
getUser
Gets user.- Returns:
- the user
-
setColorId
Sets color id.- Parameters:
colorId- the color id
-
setLabel
Sets label.- Parameters:
label- the label
-
setMembers
Sets members.- Parameters:
members- the members
-
setUser
Sets user.- Parameters:
user- the user
-