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