public class XmlInvoice extends Object implements Invoice, Serializable
Invoice for XML serialization.| Constructor and Description |
|---|
XmlInvoice() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Get the ID of the data object.
|
List<XmlItem> |
getItems()
Get the list of
Items which belong to this invoice. |
int |
getPaidBy()
Get the ID of the
Person who paid for the invoice. |
String |
getTitle()
Get the title of the invoice.
|
void |
setId(int id) |
void |
setItems(List<XmlItem> items) |
void |
setPaidBy(int paidBy) |
void |
setTitle(String title) |
public int getId()
BaseDatapublic String getTitle()
Invoicepublic List<XmlItem> getItems()
InvoiceItems which belong to this invoice.public int getPaidBy()
InvoicePerson who paid for the invoice.public void setId(int id)
public void setTitle(String title)
public void setPaidBy(int paidBy)
Copyright © 2015 illucIT Software GmbH. All rights reserved.