public interface Invoice extends BaseData
| Modifier and Type | Method and Description |
|---|---|
List<? extends Item> |
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.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.