| Package | Description |
|---|---|
| org.openinvoice.entity |
The
entity package contains entities representing the information related to
the invoice its fields. |
| org.openinvoice.text.doc |
The
doc package contains classes related the invoice output document and report output document. |
| Modifier and Type | Method and Description |
|---|---|
static PostalAddress |
PostalAddress.findByPostalAddressId(long postalAddressId) |
PostalAddress |
Party.getPostalAddress() |
PostalAddress |
BankAccount.getPostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
Party.setPostalAddress(PostalAddress postalAddress) |
void |
BankAccount.setPostalAddress(PostalAddress postalAddress) |
| Modifier and Type | Method and Description |
|---|---|
String |
InvoiceDocument.formatAddress(PostalAddress address) |
Copyright © 2011–2019 Plain Source. All rights reserved.