org.jfree.report.demo.invoice
Class Invoice
java.lang.Object
org.jfree.report.demo.invoice.Invoice
- public class Invoice
- extends java.lang.Object
Constructor Summary |
Invoice(Customer customer,
java.util.Date date,
java.lang.String invoiceNumber)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoice
public Invoice(Customer customer,
java.util.Date date,
java.lang.String invoiceNumber)
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 java.util.Date getDate()
getInvoiceNumber
public java.lang.String getInvoiceNumber()