public interface ICaptain extends IPerson
| Modifier and Type | Method and Description |
|---|---|
int |
getAge()
Current age of the captain
|
int |
getFightSkillLevel()
Retrieve the level in sea fights between [0,5]
|
String |
getName()
Retrieve the name of the captain
|
int |
getNavigationSkillLevel()
Retrieve the level in navigation between [0,5]
|
int |
getSalary()
Retrieve the salary
|
int |
getTradingSkillLevel()
Retrieve the level in trading between [0,5]
|
int getAge()
String getName()
int getSalary()
int getTradingSkillLevel()
int getNavigationSkillLevel()
int getFightSkillLevel()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.