Class Discount


  • public class Discount
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Discount()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public java.lang.Integer count
      • value

        public java.lang.Double value
      • valueWithoutVat

        public java.lang.Double valueWithoutVat
    • Constructor Detail

      • Discount

        public Discount()