public class BuyerState extends BaseTavernPerson implements IBuyer
isPresentPropertyisPresentProperty| Modifier and Type | Field and Description |
|---|---|
private AmountablePrice<IWare> |
amountablePrice |
private Date |
date |
private java.time.LocalDateTime |
deadline |
private String |
name |
private IWare |
ware |
| Constructor and Description |
|---|
BuyerState() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
getTimeFrame()
Date until which the wares have to be delivered.
|
arrive, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leaveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAmountablePrice, getName, getWare, setAmountablePrice, setDeadline, setName, setWarearrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCity@Autowired private Date date
private String name
private java.time.LocalDateTime deadline
private IWare ware
private AmountablePrice<IWare> amountablePrice
public java.time.LocalDateTime getTimeFrame()
IBuyergetTimeFrame in interface IBuyerCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.