|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.common.validator.ValidationMessage
public class ValidationMessage
Nested Class Summary | |
---|---|
static class |
ValidationMessage.Type
|
Field Summary | |
---|---|
String |
message
|
String |
oid
|
String |
property
|
ValidationMessage.Type |
type
|
Constructor Summary | |
---|---|
ValidationMessage()
|
|
ValidationMessage(ValidationMessage.Type type,
String message)
|
|
ValidationMessage(ValidationMessage.Type type,
String message,
String oid,
String name)
|
|
ValidationMessage(ValidationMessage.Type type,
String message,
String oid,
String name,
String property)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMessage()
Get the value of message |
String |
getName()
|
String |
getOid()
Get the value of oid |
String |
getProperty()
Get the value of property |
ValidationMessage.Type |
getType()
Get the value of type |
int |
hashCode()
|
void |
setMessage(String message)
Set the value of message |
void |
setName(String name)
|
void |
setOid(String oid)
Set the value of oid |
void |
setProperty(String property)
Set the value of property |
void |
setType(ValidationMessage.Type type)
Set the value of type |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public ValidationMessage.Type type
public String oid
public String message
public String property
Constructor Detail |
---|
public ValidationMessage()
public ValidationMessage(ValidationMessage.Type type, String message)
public ValidationMessage(ValidationMessage.Type type, String message, String oid, String name)
public ValidationMessage(ValidationMessage.Type type, String message, String oid, String name, String property)
Method Detail |
---|
public ValidationMessage.Type getType()
public void setType(ValidationMessage.Type type)
type
- new value of typepublic String getMessage()
public void setMessage(String message)
message
- new value of messagepublic String getName()
public void setName(String name)
public String getOid()
public void setOid(String oid)
oid
- new value of oidpublic String getProperty()
public void setProperty(String property)
property
- new value of propertypublic String toString()
toString
in class Object
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |