|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.h_da.library.accounting.entity.Invoice
public class Invoice
[entity] This entity represents an invoice, managed by the accounting component.
| Field Summary | |
|---|---|
private java.lang.String |
address
Address where the invoice is to be sent to. |
private int |
amount
Invoice amount in Euro cents. |
private java.util.Date |
date
Issuing date of the invoice. |
private java.lang.String |
name
Name of the invoice's recipient. |
private InvoiceStatus |
status
SENT, PAID. |
private java.lang.String |
subject
Reason for the invoice. |
| Constructor Summary | |
|---|---|
Invoice()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String address
private int amount
private java.util.Date date
private java.lang.String name
private InvoiceStatus status
private java.lang.String subject
| Constructor Detail |
|---|
public Invoice()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||