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:
java.io.Serializable
@CometTypeConstraints(referenceBinding=NONE) public class CometPlaceholderVariant extends CometEntity
Java class for the Placeholder Group configuration type
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCometPlaceholderVariant.DefinitionThe type Definition.-
Nested classes/interfaces inherited from class com.priint.pubserver.comet.entity.CometEntity
CometEntity.Category
-
Nested 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_QUALIFIER
-
Fields inherited from class com.priint.pubserver.tagging.TaggingObject
tagsSet
-
-
Constructor Summary
Constructors Constructor Description CometPlaceholderVariant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CometPlaceholderVariant.Definition>getDefinitions()Gets definitions.java.lang.StringgetDescription()Gets description.java.lang.StringgetLabel()Gets label.CometPlaceholdergetPlaceholder()Gets placeholder.java.lang.IntegergetPlaceholderId()Gets placeholder id.java.lang.StringgetRepositoryFilename()Gets the repository filename for this particular itemjava.lang.StringgetRepositoryPath()Get the relative repository path for this configuration type.java.lang.StringgetUser()Gets user.voidsetDefinitions(java.util.List<CometPlaceholderVariant.Definition> definitions)Sets definitions.voidsetDescription(java.lang.String description)Sets description.voidsetLabel(java.lang.String label)Sets label.voidsetPlaceholderId(java.lang.Integer placeholderId)Sets placeholder id.voidsetUser(java.lang.String user)Sets user.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, hashCode, initDefaultValues, initDefaultValues, setId
-
Methods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
-
-
-
Method Detail
-
getPlaceholder
public CometPlaceholder getPlaceholder()
Gets placeholder.- Returns:
- the placeholder
-
getPlaceholderId
public java.lang.Integer getPlaceholderId()
Gets placeholder id.- Returns:
- the placeholderId
-
setPlaceholderId
public void setPlaceholderId(java.lang.Integer placeholderId)
Sets placeholder id.- Parameters:
placeholderId- the placeholderId to set
-
getLabel
public java.lang.String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(java.lang.String label)
Sets label.- Parameters:
label- the label to set
-
getDescription
public java.lang.String getDescription()
Gets description.- Returns:
- the description
-
setDescription
public void setDescription(java.lang.String description)
Sets description.- Parameters:
description- the description to set
-
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 to set
-
getDefinitions
public java.util.List<CometPlaceholderVariant.Definition> getDefinitions()
Gets definitions.- Returns:
- the definitions
-
setDefinitions
public void setDefinitions(java.util.List<CometPlaceholderVariant.Definition> definitions)
Sets definitions.- Parameters:
definitions- the definitions to set
-
getRepositoryFilename
public java.lang.String getRepositoryFilename() throws CometExceptionDescription 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
public java.lang.String getRepositoryPath() throws CometExceptionDescription 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
-
-