public interface ISteward
| Modifier and Type | Method and Description |
|---|---|
double |
getDiscountFactor()
Retrieve the factor the steward gets when buying ware.
|
int |
getExpertiseLevel()
Retrieve the level of expertise of the steward
|
int |
getSalary()
Retrieve the weekly salary of the steward
|
int |
getTotalProfitOnExperianceLevel()
Retrieve the amount of profit the steward made
while on the current experiance level.
|
void |
updateProfit(int profit)
Add the profit the total profit.
|
int getExpertiseLevel()
int getSalary()
int getTotalProfitOnExperianceLevel()
void updateProfit(int profit)
profit - double getDiscountFactor()
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.