public class CustomValidationDefinition extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMsg |
protected String |
expression |
| Constructor and Description |
|---|
CustomValidationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMsg() |
String |
getExpression() |
void |
setErrorMsg(String errorMsg) |
void |
setExpression(String expression) |