Interface Manager
- All Known Implementing Classes:
ManagerImpl
public interface Manager
Defines methods used to access manager properties
-
Method Summary
Modifier and TypeMethodDescriptionReturns the country codegetId()Returns the manager identifierReturns the translated manager namegetNames()Returns the translated manager namegetNationality(Locale locale) Returns the translated nationality
-
Method Details
-
getId
Urn getId()Returns the manager identifier- Returns:
- the manager identifier
-
getName
Returns the translated manager name- Parameters:
locale- the locale in which the name should be provided- Returns:
- the translated manager name
-
getNames
Returns the translated manager name -
getNationality
Returns the translated nationality- Parameters:
locale- the locale in which the nationality should be provided- Returns:
- the translated nationality
-
getCountryCode
String getCountryCode()Returns the country code- Returns:
- the country code
-