Class Invoice


  • public class Invoice
    extends Object
    • Constructor Detail

    • Method Detail

      • addArticle

        public void addArticle​(Article article)
      • removeArticle

        public void removeArticle​(Article article)
      • getArticle

        public Article getArticle​(int index)
      • getArticleCount

        public int getArticleCount​(int index)
      • getArticleCount

        public int getArticleCount()
      • getCustomer

        public Customer getCustomer()
      • getDate

        public Date getDate()
      • getInvoiceNumber

        public String getInvoiceNumber()