LoanRequestpublic interface ILoanRequest
| Modifier and Type | Method | Description |
|---|---|---|
ICitizen |
getCitizen() |
Who wants the loan.
|
int |
getDurationInWeeks() |
Retrieve the duration of the loan.
|
int |
getSum() |
Amount to be loaned.
|
java.time.LocalDateTime |
issued() |
Retrieve the date when the request was issued.
|
java.time.LocalDateTime issued()
ICitizen getCitizen()
int getDurationInWeeks()
int getSum()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.