Class BuyerSellerValidator

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

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

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

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

      • BuyerSellerValidator

        public BuyerSellerValidator()
    • Method Detail

      • validate

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

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