Class AmountScheduleValidator

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

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

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

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

      • AmountScheduleValidator

        public AmountScheduleValidator()
    • Method Detail

      • validate

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

        public com.rosetta.model.lib.validation.ValidationResult<AmountSchedule> 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<AmountSchedule>