Class CometPlaceholderVariant
java.lang.Object
com.priint.pubserver.tagging.TaggingObject
com.priint.pubserver.comet.entity.CometEntity
com.priint.pubserver.comet.entity.placeholder.CometPlaceholderVariant
- All Implemented Interfaces:
Serializable
@CometTypeConstraints(referenceBinding=NONE)
public class CometPlaceholderVariant
extends CometEntity
Java class for the Placeholder Group configuration type
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe type Definition.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets definitions.Gets description.getLabel()Gets label.Gets placeholder.Gets placeholder id.Gets the repository filename for this particular itemGet the relative repository path for this configuration type.getUser()Gets user.voidsetDefinitions(List<CometPlaceholderVariant.Definition> definitions) Sets definitions.voidsetDescription(String description) Sets description.voidSets label.voidsetPlaceholderId(Integer placeholderId) Sets placeholder id.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
-
CometPlaceholderVariant
public CometPlaceholderVariant()
-
-
Method Details
-
getPlaceholder
Gets placeholder.- Returns:
- the placeholder
-
getPlaceholderId
Gets placeholder id.- Returns:
- the placeholderId
-
setPlaceholderId
Sets placeholder id.- Parameters:
placeholderId- the placeholderId to set
-
getLabel
Gets label.- Returns:
- the label
-
setLabel
Sets label.- Parameters:
label- the label to set
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description- the description to set
-
getUser
Gets user.- Returns:
- the user
-
setUser
Sets user.- Parameters:
user- the user to set
-
getDefinitions
Gets definitions.- Returns:
- the definitions
-
setDefinitions
Sets definitions.- Parameters:
definitions- the definitions to set
-
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
-