Class TrancheAttachmentPointDataRule

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

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

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

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

      • TrancheAttachmentPointDataRule

        public TrancheAttachmentPointDataRule()
    • Method Detail

      • validate

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

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