Class ValidatorCallBase

java.lang.Object
com.aquima.interactions.framework.validator.ValidatorCallBase
All Implemented Interfaces:
IValidatorCall, Serializable
Direct Known Subclasses:
BankAccountValidatorCall, DateValidatorCall, NumberValidatorCall, RegexpValidatorCall, SofiNumberValidatorCall, StringValidatorCall

public abstract class ValidatorCallBase extends Object implements IValidatorCall
Standard base class for validation call implementations.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ValidatorCallBase

      protected ValidatorCallBase(String name)
  • Method Details

    • getTypeName

      public String getTypeName()
      Description copied from interface: IValidatorCall
      This method returns the type of the validator. The type name is used to link the validator definition, the actual validator, and the validation definition together.
      Specified by:
      getTypeName in interface IValidatorCall
      Returns:
      The type name of the validator.
    • getCountry

      protected String getCountry(String localeStr)