Interface CategorySummary

All Known Subinterfaces:
Category
All Known Implementing Classes:
CategoryImpl, CategorySummaryImpl

public interface CategorySummary
Defines methods implemented by classes representing sport category
  • Method Details

    • getId

      Urn getId()
      Returns an Urn uniquely identifying the current CategorySummary instance
      Returns:
      - an Urn uniquely identifying the current CategorySummary instance
    • getName

      String getName(Locale l)
      Returns the current CategorySummary instance name in the specified language
      Parameters:
      l - - a Locale in which the name should be returned
      Returns:
      - the translated name
    • getNames

      Map<Locale,String> getNames()
      Returns an unmodifiable Map containing translated category name
      Returns:
      - an unmodifiable Map containing translated category name
    • getCountryCode

      String getCountryCode()
      Returns a String representation of a country code
      Returns:
      - a String representation of a country code