|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.validator.BeanValidatorMessage<E>
E - type of message (use for override Comparable.compareTo(Object)
method.
@Deprecated public class BeanValidatorMessage<E extends BeanValidatorMessage<?>>
The object to box a validation message.
| Field Summary | |
|---|---|
protected BeanValidatorField<?> |
field
Deprecated. the field that produce the message |
protected String |
message
Deprecated. the label of the message (to be displayed somewhere) |
protected BeanValidatorScope |
scope
Deprecated. the scope of the message |
protected BeanValidator<?> |
validator
Deprecated. the validator that produce the message |
| Constructor Summary | |
|---|---|
BeanValidatorMessage(BeanValidator<?> validator,
BeanValidatorField<?> field,
String message,
BeanValidatorScope scope)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
compareTo(E o)
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
BeanValidatorField<?> |
getField()
Deprecated. |
String |
getMessage()
Deprecated. |
BeanValidatorScope |
getScope()
Deprecated. |
BeanValidator<?> |
getValidator()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected BeanValidator<?> validator
protected BeanValidatorField<?> field
protected String message
protected BeanValidatorScope scope
| Constructor Detail |
|---|
public BeanValidatorMessage(BeanValidator<?> validator,
BeanValidatorField<?> field,
String message,
BeanValidatorScope scope)
| Method Detail |
|---|
public BeanValidator<?> getValidator()
public BeanValidatorField<?> getField()
public BeanValidatorScope getScope()
public String getMessage()
public int compareTo(E o)
compareTo in interface Comparable<E extends BeanValidatorMessage<?>>public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||