| Modifier and Type | Field and Description |
|---|---|
private String |
msg |
private Boolean |
valid |
| Constructor and Description |
|---|
ValidationResultHolder(Boolean valid,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMsg() |
Boolean |
getValid() |
void |
setMsg(String msg) |
void |
setValid(Boolean valid) |