public interface Sport
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
getName(Locale locale) |
List<SportCategory> |
getSportCategories() |
String getName()
String getName(Locale locale)
locale
- the language for this SportString getId()
List<SportCategory> getSportCategories()
Copyright © 2016–2017. All rights reserved.