Class OrderEntryGroupWsDTO

    • Constructor Detail

      • OrderEntryGroupWsDTO

        public OrderEntryGroupWsDTO()
    • Method Detail

      • setTotalPriceWithTax

        public void setTotalPriceWithTax​(PriceWsDTO totalPriceWithTax)
      • getTotalPriceWithTax

        public PriceWsDTO getTotalPriceWithTax()
      • setEntries

        public void setEntries​(java.util.Collection<OrderEntryWsDTO> entries)
      • setQuantity

        public void setQuantity​(java.lang.Long quantity)
      • getQuantity

        public java.lang.Long getQuantity()