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:
Serializable
- Enclosing class:
- CometPlaceholderGroup
@CometTypeConstraints(calculateIds=false)
public static class CometPlaceholderGroup.Placeholder
extends CometEntity
The type Placeholder.
- See Also:
-
Nested Class Summary
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 Placeholder.Placeholder(int placeholderId) Instantiates a new Placeholder. -
Method Summary
Modifier and TypeMethodDescriptionGets placeholder.Gets placeholder id.voidsetPlaceholder(CometPlaceholder placeholder) Sets placeholder.voidsetPlaceholderId(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, setIdMethods inherited from class com.priint.pubserver.tagging.TaggingObject
addToTags, getTags, getTagValue, inTags, isA, removeFromTags, searchListByTags, setTags, setTags
-
Constructor Details
-
Placeholder
public Placeholder()Instantiates a new Placeholder. -
Placeholder
public Placeholder(int placeholderId) Instantiates a new Placeholder.- Parameters:
placeholderId- the placeholder id
-
-
Method Details
-
getPlaceholder
Gets placeholder.- Returns:
- the placeholder
-
getPlaceholderId
Gets placeholder id.- Returns:
- the placeholder id
-
setPlaceholder
Sets placeholder.- Parameters:
placeholder- the placeholder
-
setPlaceholderId
Sets placeholder id.- Parameters:
placeholderId- the placeholder id
-