Class Revenue


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

      Constructors 
      Constructor Description
      Revenue()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • totalWithVat

        public java.lang.Double totalWithVat
      • totalVat

        public java.lang.Double totalVat
      • totalWithoutVat

        public java.lang.Double totalWithoutVat
      • vatInfo

        public java.util.List<VatInfo> vatInfo
    • Constructor Detail

      • Revenue

        public Revenue()