public interface ITradeAgreement
| Modifier and Type | Method and Description |
|---|---|
IMediterreanCity |
getTradeLocation()
Retrieve the partner city of the trade.
|
java.time.LocalDateTime |
getValidTill()
Retrieve the date till when the agreement is valid.
|
IWare |
getWare()
Retrieve the ware for this trade agreement.
|
AmountablePrice<IWare> |
getWareAndAmount()
Retreive the amount and the price which is guaranteed.
|
IMediterreanCity getTradeLocation()
java.time.LocalDateTime getValidTill()
AmountablePrice<IWare> getWareAndAmount()
IWare getWare()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.