public class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValidatorError(String validatorName,
String message) |
boolean |
equals(Object o) |
String |
getRuleSet() |
Map<String,String> |
getValidatorErrors() |
int |
hashCode() |
boolean |
isValid() |
void |
setRuleSet(String ruleSet) |
void |
setValid(boolean valid) |
void |
setValidatorErrors(Map<String,String> validatorErrors) |
Copyright © 2011-2016. All Rights Reserved.