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:
Serializable
- Direct Known Subclasses:
CometPublicationConditionMenue
Java class for the Condition Menu configuration type
.- 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 comet condition menue.CometConditionMenue(int id, String name) Instantiates a new comet condition menue.CometConditionMenue(int id, String name, Statement.StatementDescriptor type) Instantiates a new comet condition menue.Instantiates a new comet condition menue. -
Method Summary
Modifier and TypeMethodDescriptionGets the keyword.voidsetKeyword(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, setTypeIdentifierMethods 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
-
CometConditionMenue
public CometConditionMenue()Instantiates a new comet condition menue. -
CometConditionMenue
Instantiates a new comet condition menue.- Parameters:
type- the type
-
CometConditionMenue
Instantiates a new comet condition menue.- Parameters:
id- the idname- the name
-
CometConditionMenue
Instantiates a new comet condition menue.- Parameters:
id- the idname- the nametype- the type
-
-
Method Details
-
getKeyword
Gets the keyword.- Returns:
- the keyword
-
setKeyword
Sets the keyword.- Parameters:
keyword- the new keyword
-