| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.city.impl | |
| ch.sahits.game.openpatrician.model.event |
Package ch.sahits.game.openpatrician.model.event
|
| Modifier and Type | Method and Description |
|---|---|
List<IDebt> |
ILoaner.getDebts()
Retrieve the list of all debts for this city.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ILoaner.addDebt(IDebt debt)
Add a new debt to the list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Debt |
| Modifier and Type | Field and Description |
|---|---|
private List<IDebt> |
LoanerState.debts |
| Modifier and Type | Method and Description |
|---|---|
void |
LoanerState.addDebt(IDebt debt) |
| Modifier and Type | Field and Description |
|---|---|
private IDebt |
RemitLoanEvent.debt |
private IDebt |
LoanGivingEvent.debt |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.