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 Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLegacyValidationMessage
(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 Summary
Modifier and TypeMethodDescriptionboolean
Get the value of messagegetName()
getOid()
Get the value of oidGet the value of propertygetType()
Get the value of typeint
hashCode()
void
setMessage
(String message) Set the value of messagevoid
void
Set the value of oidvoid
setProperty
(String property) Set the value of propertyvoid
Set the value of typetoString()
-
Field Details
-
type
-
oid
-
message
-
property
-
-
Constructor Details
-
LegacyValidationMessage
public LegacyValidationMessage() -
LegacyValidationMessage
-
LegacyValidationMessage
public LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name) -
LegacyValidationMessage
public LegacyValidationMessage(LegacyValidationMessage.Type type, String message, String oid, String name, String property)
-
-
Method Details
-
getType
Get the value of type- Returns:
- the value of type
-
setType
Set the value of type- Parameters:
type
- new value of type
-
getMessage
Get the value of message- Returns:
- the value of message
-
setMessage
Set the value of message- Parameters:
message
- new value of message
-
getName
-
setName
-
getOid
Get the value of oid- Returns:
- the value of oid
-
setOid
Set the value of oid- Parameters:
oid
- new value of oid
-
getProperty
Get the value of property- Returns:
- the value of property
-
setProperty
Set the value of property- Parameters:
property
- new value of property
-
toString
-
equals
-
hashCode
public int hashCode()
-