Class ForwardPayoutOnlyExistsValidator

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.ValidatorWithArg<ForwardPayout,​java.lang.String>

    public class ForwardPayoutOnlyExistsValidator
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.ValidatorWithArg<ForwardPayout,​java.lang.String>
    • Method Summary

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

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

      • ForwardPayoutOnlyExistsValidator

        public ForwardPayoutOnlyExistsValidator()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ForwardPayout> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                         ForwardPayout o,
                                                                                         java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<ForwardPayout,​java.lang.String>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ForwardPayout> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                         com.rosetta.model.lib.RosettaModelObjectBuilder b,
                                                                                         java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<ForwardPayout,​java.lang.String>