Class PriceScheduleOnlyExistsValidator
java.lang.Object
cdm.observable.asset.validation.exists.PriceScheduleOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<PriceSchedule,Set<String>>
public class PriceScheduleOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<PriceSchedule,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends PriceSchedule>
com.rosetta.model.lib.validation.ValidationResult<PriceSchedule>
-
Constructor Details
-
PriceScheduleOnlyExistsValidator
public PriceScheduleOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends PriceSchedule> com.rosetta.model.lib.validation.ValidationResult<PriceSchedule> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<PriceSchedule,Set<String>>
-