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
  • Field Details

  • Constructor Details

  • Method Details

    • getType

      public LegacyValidationMessage.Type getType()
      Get the value of type
      Returns:
      the value of type
    • setType

      public void setType(LegacyValidationMessage.Type type)
      Set the value of type
      Parameters:
      type - new value of type
    • getMessage

      public String getMessage()
      Get the value of message
      Returns:
      the value of message
    • setMessage

      public void setMessage(String message)
      Set the value of message
      Parameters:
      message - new value of message
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getOid

      public String getOid()
      Get the value of oid
      Returns:
      the value of oid
    • setOid

      public void setOid(String oid)
      Set the value of oid
      Parameters:
      oid - new value of oid
    • getProperty

      public String getProperty()
      Get the value of property
      Returns:
      the value of property
    • setProperty

      public void setProperty(String property)
      Set the value of property
      Parameters:
      property - new value of property
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object