Class CometCondition
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.CometCondition
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CometProductCondition,CometPublicationCondition
Java class for the Condition configuration type
.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe Enum ReplaceByType: INTEGER, DOUBLE, STRINGNested 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.CometCondition(int id, String name) Instantiates a new comet condition.CometCondition(int id, String name, Statement.StatementDescriptor type) Instantiates a new comet condition.Instantiates a new comet condition. -
Method Summary
Modifier and TypeMethodDescriptionGets the condition menue id.CometCondition.ReplaceByTypeGets the replace by type.Gets the replace by value.getValue()Gets the value.voidsetConditionMenueId(Integer conditionMenueId) Sets the condition menue id.voidsetReplaceByType(CometCondition.ReplaceByType replaceByType) CometCondition.ReplaceByTypeSets the replace by type.voidsetReplaceByValue(String replaceByValue) Sets the replace by value.voidSets the value.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
-
CometCondition
public CometCondition()Instantiates a new comet condition. -
CometCondition
Instantiates a new comet condition.- Parameters:
type- the type
-
CometCondition
Instantiates a new comet condition.- Parameters:
id- the idname- the name
-
CometCondition
Instantiates a new comet condition.- Parameters:
id- the idname- the nametype- the type
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getConditionMenueId
Gets the condition menue id.- Returns:
- the condition menue id
-
setConditionMenueId
Sets the condition menue id.- Parameters:
conditionMenueId- the new condition menue id
-
getReplaceByValue
Gets the replace by value.- Returns:
- the replace by value
-
setReplaceByValue
Sets the replace by value.- Parameters:
replaceByValue- the new replace by value
-
getReplaceByType
CometCondition.ReplaceByTypeGets the replace by type.- Returns:
- the replace by type
- See Also:
-
setReplaceByType
CometCondition.ReplaceByTypeSets the replace by type.- Parameters:
replaceByType- the new replace by type- See Also:
-