Class WageViewConfValidator

java.lang.Object
ch.tocco.nice2.persist.core.api.validation.AbstractEntityValidator
ch.tocco.nice2.optional.salary.impl.validator.WageViewConfValidator
All Implemented Interfaces:
EntitiesValidator, EntityValidator

public class WageViewConfValidator extends AbstractEntityValidator
  • Constructor Details

    • WageViewConfValidator

      public WageViewConfValidator()
  • Method Details

    • validate

      public void validate(Entity config, EntityValidationResult validationResult)
      Description copied from interface: EntityValidator
      Validate the entity at hand.
      Parameters:
      config - the entity to be validated
      validationResult - the EntityValidationResult to write the result of the validation to. EntityValidationResult for more details on how to construct the EntityValidationResult.