Method Summary |
|
public void | addNestedValidation(ValidationResult result) Adds validation result which is part of this validation result. |
public String | getMessage() Returns the message associated to this validation result. |
public List | getNestedResults() Returns the validation results that are part of this validation
result. |
public boolean | isValid() Checks if this result is valid. |
public void | setMessage(String sMessage) Sets the message associated to this validation result. |
public void | setValid(boolean bValid) Sets whether or not this validation result is valid. |