public interface IBuyer extends ISideRoomPerson
isPresentProperty| Modifier and Type | Method and Description |
|---|---|
AmountablePrice<IWare> |
getAmountablePrice()
Retrieve the amount and price of the ware.
|
String |
getName()
Retrieve the buyers name.
|
java.time.LocalDateTime |
getTimeFrame()
Date until which the wares have to be delivered.
|
IWare |
getWare()
Wares that are to be delivered.
|
void |
setAmountablePrice(AmountablePrice<IWare> amountablePrice) |
void |
setDeadline(java.time.LocalDateTime deadline) |
void |
setName(String name) |
void |
setWare(IWare ware) |
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityString getName()
java.time.LocalDateTime getTimeFrame()
IWare getWare()
AmountablePrice<IWare> getAmountablePrice()
void setName(String name)
void setDeadline(java.time.LocalDateTime deadline)
void setWare(IWare ware)
void setAmountablePrice(AmountablePrice<IWare> amountablePrice)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.