public interface IDebt
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Amount of money indebted without interest.
|
ICreditor |
getCreditor()
Retrieve the citizen that owns the debt.
|
ICitizen |
getDebitor()
Retrieve the citizen that is in debt.
|
org.joda.time.DateTime |
getDueDate()
Retrieve the date when the debt has to be payed back.
|
double |
getInterest()
Interest of the debt over the whole duration.
|
ICitizen getDebitor()
ICreditor getCreditor()
org.joda.time.DateTime getDueDate()
double getInterest()
int getAmount()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.