Class SofiNumberValidatorCall

java.lang.Object
com.aquima.interactions.framework.validator.ValidatorCallBase
com.aquima.interactions.framework.validator.SofiNumberValidatorCall
All Implemented Interfaces:
IValidatorCall, Serializable

public class SofiNumberValidatorCall extends ValidatorCallBase
This validator may be used to validate an attribute containing a string representing a social security number (also known as sofi-number).
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • SofiNumberValidatorCall

      public SofiNumberValidatorCall(String name, IParameters parameters)
      Constructs the validator using a data-source.
      Parameters:
      name - The name of the validator type.
      parameters - Containing additional parameters for the validation.
  • Method Details

    • validate

      public boolean validate(IValue attrValue)
      Description copied from interface: IValidatorCall
      This method will be invoked for each value that should be validated by this validator.
      Parameters:
      attrValue - The value that should be validated.
      Returns:
      Boolean indicating if the value is deemed valid by this validator.