Interface TournamentInfo


public interface TournamentInfo
Defines methods implemented by classes providing data of a tournament
  • Method Details

    • getId

      Urn getId()
      Returns the Urn uniquely identifying the tournament
      Returns:
      - the Urn uniquely identifying the tournament
    • getName

      String getName(Locale locale)
      Returns the name of the tournament in the specified language
      Parameters:
      locale - - a Locale specifying the language of the returned name
      Returns:
      - the name of the tournament in the specified language
    • getNames

      Map<Locale,String> getNames()
    • getCategory

      CategorySummary getCategory()
      Returns a CategorySummary representing the category associated with the current instance
      Returns:
      - a CategorySummary representing the category associated with the current instance
    • getCurrentSeason

      CurrentSeasonInfo getCurrentSeason()
      Returns a CurrentSeasonInfo which contains data about the season in which the current tournament is happening
      Returns:
      - a CurrentSeasonInfo which provides data about the season in which the current tournament is happening