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