|
||||||||||
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 |
Field Summary | |
---|---|
private List<Element> |
_futureElements
|
private String |
element
|
private Object |
invalidData
|
private Integer |
level
|
private String |
message
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
private |
ValidationResultInfo()
|
private |
ValidationResultInfo(ValidationResult builder)
|
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 |
Field Detail |
---|
private static final long serialVersionUID
private String element
private Integer level
private String message
private transient Object invalidData
private final List<Element> _futureElements
Constructor Detail |
---|
private ValidationResultInfo()
private ValidationResultInfo(ValidationResult builder)
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 |