Class LoanRequest
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.city.impl.LoanRequest
-
- All Implemented Interfaces:
ILoanRequest
public class LoanRequest extends java.lang.Object implements ILoanRequest
- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 30, 2014
-
-
Constructor Summary
Constructors Constructor Description LoanRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.LocalDateTimeissued()Retrieve the date when the request was issued.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.sahits.game.openpatrician.model.city.ILoanRequest
getCitizen, getDurationInWeeks, getSum
-
-
-
-
Method Detail
-
issued
public java.time.LocalDateTime issued()
Description copied from interface:ILoanRequestRetrieve the date when the request was issued. This date is always in the past.- Specified by:
issuedin interfaceILoanRequest- Returns:
- date when the request has been issued.
-
-