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