Class SimpleCondition
java.lang.Object
net.datenwerke.rs.condition.client.condition.dto.SimpleCondition
- All Implemented Interfaces:
Serializable,Condition
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReplacement(String replacement) getKey()getName()booleanvoidsetDescription(String description) voidsetHasExpression(boolean hasExpression) voidvoidvoidsetReplacements(List<String> replacements)
-
Constructor Details
-
SimpleCondition
public SimpleCondition()
-
-
Method Details
-
getKey
-
setKey
-
hasExpression
public boolean hasExpression()- Specified by:
hasExpressionin interfaceCondition
-
setHasExpression
public void setHasExpression(boolean hasExpression) -
getName
-
setName
-
getDescription
- Specified by:
getDescriptionin interfaceCondition
-
setDescription
-
getReplacements
-
setReplacements
-
addReplacement
-