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