Class FieldValidation

java.lang.Object
com.aquima.web.api.model.page.element.FieldValidation

public class FieldValidation extends Object
This class represents the FieldValidation viewmodel.
Since:
9.3.2
Author:
G. der Kinderen
  • Constructor Details

  • Method Details

    • isBlocking

      public boolean isBlocking()
      Returns a 'blocking' indicator.
      Returns:
      the 'blocking indicator.
    • getType

      public String getType()
      Returns the type.
      Returns:
      the type
    • getMessage

      public String getMessage()
      Returns the message.
      Returns:
      the message.
    • getParameters

      public Map<String,String> getParameters()
      Returns the parameter key/value sets.
      Returns:
      parameter keys and values.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

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