Class 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
    • Method Detail

      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object