public interface ICityHallNotice
| Modifier and Type | Method and Description |
|---|---|
IContractBroker |
getContact()
Whom to contact in the destination city for delivery.
|
ICity |
getDestination()
Destination to deliver the ware to.
|
IWare |
getRequiredWare()
What ware is required.
|
AmountablePrice<IWare> |
getWareAndAmount()
Required amount and their guaranteed price.
|
IContractBroker getContact()
IWare getRequiredWare()
ICity getDestination()
AmountablePrice<IWare> getWareAndAmount()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.