Class RelatedAgreementNotSpecifiedDataRule

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

    @RosettaDataRule("RelatedAgreement_notSpecified")
    public class RelatedAgreementNotSpecifiedDataRule
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<RelatedAgreement>
    Version:
    2.5.4
    • Method Summary

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

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

      • RelatedAgreementNotSpecifiedDataRule

        public RelatedAgreementNotSpecifiedDataRule()
    • Method Detail

      • validate

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

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