|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.contract.model.test.source.ValidationResultInfo
public class ValidationResultInfo
Nested Class Summary | |
---|---|
static class |
ValidationResultInfo.Builder
|
Nested classes/interfaces inherited from interface org.kuali.student.contract.model.test.source.ValidationResult |
---|
ValidationResult.ErrorLevel |
Method Summary | |
---|---|
String |
getElement()
Get ???? Type: String ??? |
Object |
getInvalidData()
Invalid data causing the error or warning Type: Object |
Integer |
getLevel()
Get ???? Type: Integer Returns the ValidationResult's error level |
String |
getMessage()
Get ???? Type: String ??? |
boolean |
isError()
Convenience method. |
boolean |
isOk()
Convenience method. |
boolean |
isWarn()
Convenience method. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isOk()
isOk
in interface ValidationResult
public boolean isWarn()
isWarn
in interface ValidationResult
public boolean isError()
isError
in interface ValidationResult
public String toString()
toString
in class Object
public String getMessage()
ValidationResult
getMessage
in interface ValidationResult
public String getElement()
ValidationResult
getElement
in interface ValidationResult
public Integer getLevel()
ValidationResult
getLevel
in interface ValidationResult
public Object getInvalidData()
ValidationResult
getInvalidData
in interface ValidationResult
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |