Interface CategorySummary
- All Known Subinterfaces:
Category
- All Known Implementing Classes:
CategoryImpl,CategorySummaryImpl
public interface CategorySummary
Defines methods implemented by classes representing sport category
-
Method Summary
Modifier and TypeMethodDescriptionReturns aStringrepresentation of a country codegetId()Returns anUrnuniquely identifying the currentCategorySummaryinstanceReturns the currentCategorySummaryinstance name in the specified languagegetNames()Returns an unmodifiableMapcontaining translated category name
-
Method Details
-
getId
Urn getId()Returns anUrnuniquely identifying the currentCategorySummaryinstance- Returns:
- - an
Urnuniquely identifying the currentCategorySummaryinstance
-
getName
Returns the currentCategorySummaryinstance name in the specified language- Parameters:
l- - aLocalein which the name should be returned- Returns:
- - the translated name
-
getNames
Returns an unmodifiableMapcontaining translated category name- Returns:
- - an unmodifiable
Mapcontaining translated category name
-
getCountryCode
String getCountryCode()Returns aStringrepresentation of a country code- Returns:
- - a
Stringrepresentation of a country code
-