Class DeliveryAmountValidator
java.lang.Object
cdm.product.collateral.validation.DeliveryAmountValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<DeliveryAmount>
public class DeliveryAmountValidator
extends Object
implements com.rosetta.model.lib.validation.Validator<DeliveryAmount>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.validation.Validator
getValidationResults, validate, validate
-
Constructor Details
-
DeliveryAmountValidator
public DeliveryAmountValidator()
-
-
Method Details
-
getValidationResults
public List<com.rosetta.model.lib.validation.ValidationResult<?>> getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o) - Specified by:
getValidationResultsin interfacecom.rosetta.model.lib.validation.Validator<DeliveryAmount>
-