Interface CategoryCi

All Superinterfaces:
CacheItem

public interface CategoryCi extends CacheItem
Defines methods used to access cached category entity data
  • Method Details

    • getSportId

      Urn getSportId()
      Returns the Urn specifying the id of the associated sport
      Returns:
      the Urn specifying the id of the associated sport
    • getCountryCode

      String getCountryCode()
      Returns a String representing a country code
      Returns:
      a String representing a country code
    • getTournamentIds

      List<Urn> getTournamentIds()
      Returns a List containing the ids of associated tournaments
      Returns:
      a List containing the ids of associated tournaments