Class Payout.Deal

  • All Implemented Interfaces:
    Validated
    Enclosing class:
    Payout

    public static class Payout.Deal
    extends java.lang.Object
    implements Validated
    • Constructor Summary

      Constructors 
      Constructor Description
      Deal()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate()
      Start validation process.
      • Methods inherited from class java.lang.Object

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

      • Deal

        public Deal()
    • Method Detail

      • validate

        public void validate()
        Description copied from interface: Validated
        Start validation process.
        Specified by:
        validate in interface Validated