Class CometConditionMenue
- java.lang.Object
-
- com.priint.pubserver.tagging.TaggingObject
-
- com.priint.pubserver.comet.entity.CometEntity
-
- com.priint.pubserver.comet.entity.statement.CometStatement
-
- com.priint.pubserver.comet.entity.xdraft.CometConditionMenue
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CometPublicationConditionMenue
public class CometConditionMenue extends CometStatement
Java class for the Condition Menu configuration type
.- 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 CometConditionMenue()Instantiates a new comet condition menue.CometConditionMenue(int id, java.lang.String name)Instantiates a new comet condition menue.CometConditionMenue(int id, java.lang.String name, Statement.StatementDescriptor type)Instantiates a new comet condition menue.CometConditionMenue(Statement.StatementDescriptor type)Instantiates a new comet condition menue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKeyword()Gets the keyword.voidsetKeyword(java.lang.String keyword)Sets the keyword.-
Methods inherited from class com.priint.pubserver.comet.entity.statement.CometStatement
getDescription, getEntityId, getLabel, getSequence, getTypeIdentifier, setDescription, setEntityId, setLabel, setSequence, setTypeIdentifier
-
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
-
-
-
-
Constructor Detail
-
CometConditionMenue
public CometConditionMenue()
Instantiates a new comet condition menue.
-
CometConditionMenue
public CometConditionMenue(Statement.StatementDescriptor type)
Instantiates a new comet condition menue.- Parameters:
type- the type
-
CometConditionMenue
public CometConditionMenue(int id, java.lang.String name)Instantiates a new comet condition menue.- Parameters:
id- the idname- the name
-
CometConditionMenue
public CometConditionMenue(int id, java.lang.String name, Statement.StatementDescriptor type)Instantiates a new comet condition menue.- Parameters:
id- the idname- the nametype- the type
-
-