public interface Manager
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCountryCode()
Returns the country code 
 | 
Urn | 
getId()
Returns the manager identifier 
 | 
String | 
getName(Locale locale)
Returns the translated manager name 
 | 
Map<Locale,String> | 
getNames()
Returns the translated manager name 
 | 
String | 
getNationality(Locale locale)
Returns the translated nationality 
 | 
Urn getId()
String getName(Locale locale)
locale - the locale in which the name should be providedString getNationality(Locale locale)
locale - the locale in which the nationality should be providedString getCountryCode()
Copyright © 2016–2025. All rights reserved.