CityHallNoticepublic interface ICityHallNotice
| Modifier and Type | Method | Description |
|---|---|---|
IContractBroker |
getContact() |
Whom to contact in the destination city for delivery.
|
ICity |
getDestination() |
Destination to deliver the ware to.
|
java.time.LocalDateTime |
getDueDate() |
Time untill when the ware has to be delivered.
|
IWare |
getRequiredWare() |
What ware is required.
|
AmountablePrice<IWare> |
getWareAndAmount() |
Required amount and their guaranteed price.
|
IContractBroker getContact()
IWare getRequiredWare()
ICity getDestination()
AmountablePrice<IWare> getWareAndAmount()
java.time.LocalDateTime getDueDate()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.