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.
|
void |
setAmount(int amount) |
void |
setAvgPricePerItem(int avgPricePerItem) |
void |
setWare(IWare ware) |
IWare getWare()
int getAmount()
int getAvgPricePerItem()
void setWare(IWare ware)
void setAmount(int amount)
void setAvgPricePerItem(int avgPricePerItem)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.