Class Amount

  • All Implemented Interfaces:
    Validated

    public class Amount
    extends java.lang.Object
    implements Validated
    • Constructor Summary

      Constructors 
      Constructor Description
      Amount()  
    • 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

      • Amount

        public Amount()
    • Method Detail

      • validate

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