|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cdgsoftware.icl.field.validation.ValidationResult
public class ValidationResult
The Class ValidationResult.
Constructor Summary | |
---|---|
ValidationResult()
Instantiates a new validation result. |
|
ValidationResult(java.lang.String message,
boolean dataValid)
Instantiates a new validation result. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the message. |
boolean |
isDataValid()
Checks if is data valid. |
void |
setDataValid(boolean dataValid)
Sets the data valid. |
void |
setMessage(java.lang.String message)
Sets the message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationResult()
public ValidationResult(java.lang.String message, boolean dataValid)
message
- the messagedataValid
- the data validMethod Detail |
---|
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the new messagepublic boolean isDataValid()
public void setDataValid(boolean dataValid)
dataValid
- the new data valid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |