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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends RateSchedule>
com.rosetta.model.lib.validation.ValidationResult<RateSchedule>
-
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:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<RateSchedule,Set<String>>
-