Class CometPlaceholderGroup.Placeholder
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.placeholder.CometPlaceholderGroup.Placeholder
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CometPlaceholderGroup
@CometTypeConstraints(calculateIds=false) public static class CometPlaceholderGroup.Placeholder extends CometEntity
The type Placeholder.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
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 Placeholder()Instantiates a new Placeholder.Placeholder(int placeholderId)Instantiates a new Placeholder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CometPlaceholdergetPlaceholder()Gets placeholder.java.lang.IntegergetPlaceholderId()Gets placeholder id.voidsetPlaceholder(CometPlaceholder placeholder)Sets placeholder.voidsetPlaceholderId(java.lang.Integer placeholderId)Sets placeholder id.-
Methods inherited from class com.priint.pubserver.comet.entity.CometEntity
checkMinimalConstraints, entityEquals, equals, getEntityDescription, getEntityLabel, getId, getReferenceConstraints, getRepositoryFilename, getRepositoryPath, 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 placeholder id
-
setPlaceholder
public void setPlaceholder(CometPlaceholder placeholder)
Sets placeholder.- Parameters:
placeholder- the placeholder
-
setPlaceholderId
public void setPlaceholderId(java.lang.Integer placeholderId)
Sets placeholder id.- Parameters:
placeholderId- the placeholder id
-
-