public interface IWithValidation
| Modifier and Type | Method and Description |
|---|---|
Validation |
getValidation()
Gets the
Validation object for the parent, creates an empty of if there is none. |
boolean |
hasValidation()
Indicates if the object has validation data.
|
void |
setValidation(Validation validation)
sets the
Validation object for the parent. |
boolean hasValidation()
Validation getValidation()
Validation object for the parent, creates an empty of if there is none.Validation object for the parent (can be empty, but never null).void setValidation(Validation validation)
Validation object for the parent.validation - the new Validation object for the parent.