Class LegacyValidationMessage
- java.lang.Object
- 
- com.evolveum.midpoint.common.validator.LegacyValidationMessage
 
- 
 public class LegacyValidationMessage extends Object 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 Modifier and Type Class Description static classLegacyValidationMessage.Type
 - 
Constructor SummaryConstructors Constructor Description LegacyValidationMessage()LegacyValidationMessage(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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMessage()Get the value of messageStringgetName()StringgetOid()Get the value of oidStringgetProperty()Get the value of propertyLegacyValidationMessage.TypegetType()Get the value of typeinthashCode()voidsetMessage(String message)Set the value of messagevoidsetName(String name)voidsetOid(String oid)Set the value of oidvoidsetProperty(String property)Set the value of propertyvoidsetType(LegacyValidationMessage.Type type)Set the value of typeStringtoString()
 
- 
- 
- 
Field Detail- 
typepublic LegacyValidationMessage.Type type 
 - 
oidpublic String oid 
 - 
messagepublic String message 
 - 
propertypublic String property 
 
- 
 - 
Constructor Detail- 
LegacyValidationMessagepublic LegacyValidationMessage() 
 - 
LegacyValidationMessagepublic LegacyValidationMessage(LegacyValidationMessage.Type type, String message) 
 - 
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 Detail- 
getTypepublic LegacyValidationMessage.Type getType() Get the value of type- Returns:
- the value of type
 
 - 
setTypepublic void setType(LegacyValidationMessage.Type type) Set the value of type- Parameters:
- type- new value of type
 
 - 
getMessagepublic String getMessage() Get the value of message- Returns:
- the value of message
 
 - 
setMessagepublic void setMessage(String message) Set the value of message- Parameters:
- message- new value of message
 
 - 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getOidpublic String getOid() Get the value of oid- Returns:
- the value of oid
 
 - 
setOidpublic void setOid(String oid) Set the value of oid- Parameters:
- oid- new value of oid
 
 - 
getPropertypublic String getProperty() Get the value of property- Returns:
- the value of property
 
 - 
setPropertypublic void setProperty(String property) Set the value of property- Parameters:
- property- new value of property
 
 
- 
 
-