public class InvoiceWithDocumentTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
document |
private InvoiceTO |
invoice |
private JobTO |
job |
| Constructor and Description |
|---|
InvoiceWithDocumentTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument() |
InvoiceTO |
getInvoice() |
JobTO |
getJob() |
void |
setDocument(String document) |
void |
setInvoice(InvoiceTO invoice) |
void |
setJob(JobTO job) |
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.