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