|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.biobytes.ammentos.validation.ValidationReport
public class ValidationReport
Contains results about a validation
Constructor Summary | |
---|---|
ValidationReport()
|
Method Summary | |
---|---|
void |
add(ValidationReport report)
Adds a validation report to this one |
void |
addError(java.lang.String error)
Adds an error report |
java.lang.String[] |
getErrors()
Returns the list of the errors in the report |
boolean |
isEmpty()
Tells if the report is empty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationReport()
Method Detail |
---|
public void addError(java.lang.String error)
public java.lang.String[] getErrors()
public boolean isEmpty()
public void add(ValidationReport report)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |