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