public interface ITradePerson extends IPerson
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Amount of the ware that is to be delivered.
|
int |
getAvgPricePerItem()
Get the price of a single item
|
IWare |
getWare()
The ware the broker is to be delivered.
|
IWare getWare()
int getAmount()
int getAvgPricePerItem()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.