Class Item.MarkQuantity

  • All Implemented Interfaces:
    Validated
    Enclosing class:
    Item

    public static class Item.MarkQuantity
    extends java.lang.Object
    implements Validated
    • Constructor Summary

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

      • MarkQuantity

        public MarkQuantity()
    • Method Detail

      • validate

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