E - type of message (use for override Comparable.compareTo(Object)
method.@Deprecated public class SimpleBeanValidatorMessage<E extends SimpleBeanValidatorMessage<?>> extends Object implements Comparable<E>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
field
Deprecated.
the field that produce the message
|
protected String |
message
Deprecated.
the label of the message (to be displayed somewhere)
|
protected NuitonValidatorScope |
scope
Deprecated.
the scope of the message
|
protected SimpleBeanValidator<?> |
validator
Deprecated.
the validator that produce the message
|
| Constructor and Description |
|---|
SimpleBeanValidatorMessage(SimpleBeanValidator<?> validator,
String field,
String message,
NuitonValidatorScope scope)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(E o)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getField()
Deprecated.
|
String |
getI18nError(String error)
Deprecated.
|
String |
getMessage()
Deprecated.
|
NuitonValidatorScope |
getScope()
Deprecated.
|
SimpleBeanValidator<?> |
getValidator()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
protected SimpleBeanValidator<?> validator
protected String field
protected String message
protected NuitonValidatorScope scope
public SimpleBeanValidatorMessage(SimpleBeanValidator<?> validator, String field, String message, NuitonValidatorScope scope)
public SimpleBeanValidator<?> getValidator()
public String getField()
public NuitonValidatorScope getScope()
public String getMessage()
public int compareTo(E o)
compareTo in interface Comparable<E extends SimpleBeanValidatorMessage<?>>Copyright © 2011-2013 CodeLutin. All Rights Reserved.