Class RateScheduleOnlyExistsValidator

java.lang.Object
cdm.product.common.schedule.validation.exists.RateScheduleOnlyExistsValidator
All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<RateSchedule,Set<String>>

public class RateScheduleOnlyExistsValidator extends Object implements com.rosetta.model.lib.validation.ValidatorWithArg<RateSchedule,Set<String>>
  • Constructor Details

    • RateScheduleOnlyExistsValidator

      public RateScheduleOnlyExistsValidator()
  • Method Details

    • validate

      public <T2 extends RateSchedule> com.rosetta.model.lib.validation.ValidationResult<RateSchedule> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)
      Specified by:
      validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<RateSchedule,Set<String>>