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