| Package | Description |
|---|---|
| com.illucit.partyinvoice.immutabledata | |
| com.illucit.partyinvoice.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableGroup |
ImmutableItem.getGroupToPayGroup()
Get the "group to pay" group object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImmutableGroup> |
ImmutableProject.getGroups()
Get the list of
ImmutableGroups. |
| Constructor and Description |
|---|
ImmutableItem(int id,
String title,
long price,
int quantity,
ImmutablePerson paidBy,
ImmutableGroup groupToPay,
ImmutablePerson personToPay)
Create immutable item.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableGroup |
ToPayModel.getGroup()
Get group for a model with
ToPayModel.ToPayType.Group. |
| Modifier and Type | Method and Description |
|---|---|
void |
ToPayModel.update(ImmutableGroup group)
Update data for a model with
ToPayModel.ToPayType.Group. |
| Constructor and Description |
|---|
ToPayModel(ImmutableGroup group)
Create model for
ToPayModel.ToPayType.Group. |
Copyright © 2015 illucIT Software GmbH. All rights reserved.