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