| Package | Description |
|---|---|
| com.illucit.partyinvoice.immutabledata | |
| com.illucit.partyinvoice.model |
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableItem> |
ImmutableInvoice.getItems() |
| Constructor and Description |
|---|
ImmutableInvoice(int id,
String title,
ImmutablePerson paidByPerson,
List<ImmutableItem> items)
Create immutable invoice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemModel.update(ImmutableItem item) |
| Constructor and Description |
|---|
ItemModel(ImmutableItem item)
Create model.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.