Class LegacyValidationMessage
java.lang.Object
com.evolveum.midpoint.common.validator.LegacyValidationMessage
LEGACY: This is all very old code. And it is XML-only. It will be probably
 thrown away and re-written in a more reasonable way.
- Author:
- semancik
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLegacyValidationMessage(LegacyValidationMessage.Type type, String message) LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name) LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name, String property) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGet the value of messagegetName()getOid()Get the value of oidGet the value of propertygetType()Get the value of typeinthashCode()voidsetMessage(String message) Set the value of messagevoidvoidSet the value of oidvoidsetProperty(String property) Set the value of propertyvoidSet the value of typetoString()
- 
Field Details- 
type
- 
oid
- 
message
- 
property
 
- 
- 
Constructor Details- 
LegacyValidationMessagepublic LegacyValidationMessage()
- 
LegacyValidationMessage
- 
LegacyValidationMessagepublic LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name) 
- 
LegacyValidationMessagepublic LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name, String property) 
 
- 
- 
Method Details- 
getTypeGet the value of type- Returns:
- the value of type
 
- 
setTypeSet the value of type- Parameters:
- type- new value of type
 
- 
getMessageGet the value of message- Returns:
- the value of message
 
- 
setMessageSet the value of message- Parameters:
- message- new value of message
 
- 
getName
- 
setName
- 
getOidGet the value of oid- Returns:
- the value of oid
 
- 
setOidSet the value of oid- Parameters:
- oid- new value of oid
 
- 
getPropertyGet the value of property- Returns:
- the value of property
 
- 
setPropertySet the value of property- Parameters:
- property- new value of property
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
 
-