public interface ILoaner
| Modifier and Type | Method and Description |
|---|---|
void |
add(LoanProposal proposal)
Add a loan proposal.
|
void |
add(LoanRequest request)
Add a loan request.
|
void |
addDebt(IDebt debt)
Add a new debt to the list.
|
void |
clearOldRequests()
Remove request that are older than a certain time span.
|
ICity |
getCity()
Retrieve the city the loaner belongs to.
|
List<IDebt> |
getDebts()
Retrieve the list of all debts for this city.
|
List<ILoanProposal> |
getLoanProposals()
Retrieve the loans that can be taken.
|
List<ILoanRequest> |
getRequests()
List of requested loans.
|
List<ILoanProposal> getLoanProposals()
void addDebt(IDebt debt)
debt - List<ILoanRequest> getRequests()
ICity getCity()
void clearOldRequests()
void add(LoanProposal proposal)
proposal - void add(LoanRequest request)
request - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.