Stewardpublic interface ISteward
| Modifier and Type | Method | Description |
|---|---|---|
int |
getExpertiseLevel() |
Retrieve the level of expertise of the steward
|
int |
getSalary() |
Retrieve the weekly salary of the steward
|
int |
getTotalProfit() |
Retrieve the amount of profit the steward made.
|
void |
updateProfit(int profit) |
Add the profit the total profit.
|
void |
upgradeToNextLevel() |
Increase the experiance level by one.
|
int getExpertiseLevel()
void upgradeToNextLevel()
int getSalary()
int getTotalProfit()
void updateProfit(int profit)
profit - additional profit to the total (may be negative)Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.