Class InterestAdjustmentValidator

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.Validator<InterestAdjustment>

    public class InterestAdjustmentValidator
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<InterestAdjustment>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> validate​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)  
      com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> validate​(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InterestAdjustmentValidator

        public InterestAdjustmentValidator()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                              InterestAdjustment o)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<InterestAdjustment>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                              com.rosetta.model.lib.RosettaModelObjectBuilder b)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<InterestAdjustment>