public class LoanRequest extends Object implements ILoanRequest
| Modifier and Type | Field and Description |
|---|---|
private ICitizen |
citizen |
private int |
durationInWeeks |
private org.joda.time.DateTime |
issued |
private int |
sum |
| Constructor and Description |
|---|
LoanRequest() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
issued()
Retrieve the date when the request was issued.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCitizen, getDurationInWeeks, getSumprivate final org.joda.time.DateTime issued
private final ICitizen citizen
private final int durationInWeeks
private final int sum
public org.joda.time.DateTime issued()
ILoanRequestissued in interface ILoanRequestCopyright © 2011-2017 Sahits GmbH. All Rights Reserved.