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