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.
|
org.joda.time.DateTime |
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(org.joda.time.DateTime deadline) |
void |
setName(String name) |
void |
setWare(IWare ware) |
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityString getName()
org.joda.time.DateTime getTimeFrame()
IWare getWare()
AmountablePrice<IWare> getAmountablePrice()
void setName(String name)
void setDeadline(org.joda.time.DateTime deadline)
void setWare(IWare ware)
void setAmountablePrice(AmountablePrice<IWare> amountablePrice)
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.