|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 ValidationResultpublic boolean isWarn()
isWarn in interface ValidationResultpublic boolean isError()
isError in interface ValidationResultpublic String toString()
toString in class Objectpublic String getMessage()
ValidationResult
getMessage in interface ValidationResultpublic String getElement()
ValidationResult
getElement in interface ValidationResultpublic Integer getLevel()
ValidationResult
getLevel in interface ValidationResultpublic Object getInvalidData()
ValidationResult
getInvalidData in interface ValidationResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||