public class ValidationResultInfo extends Object implements ValidationResult, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValidationResultInfo.Builder |
ValidationResult.ErrorLevel
Modifier and Type | Method and Description |
---|---|
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() |
public boolean isOk()
isOk
in interface ValidationResult
public boolean isWarn()
isWarn
in interface ValidationResult
public boolean isError()
isError
in interface ValidationResult
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
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.