public interface BusinessRuleValidateable
static final java.lang.String COPYRIGHT
java.util.List<Problem> validate()
List
of Problem
objects is returned showing any errors found.
If no errors are found, then a zero-length List
is returned.List
of validation errors for this object. If no errors are
found, a zero-length List
is returned.