Interface SeasonCoverage

All Known Implementing Classes:
SeasonCoverageImpl

public interface SeasonCoverage
Defines methods representing season coverage info
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string representation of the maximum coverage available for the season associated with the current instance
    Returns the max covered value
    Returns the name of the minimum coverage guaranteed for the season associated with the current instance
    int
    Returns the played value
    int
    Returns the scheduled value
    Returns the unique identifier of the season
  • Method Details

    • getSeasonId

      Urn getSeasonId()
      Returns the unique identifier of the season
      Returns:
      - the unique identifier of the season
    • getMaxCoverageLevel

      String getMaxCoverageLevel()
      Returns the string representation of the maximum coverage available for the season associated with the current instance
      Returns:
      - the string representation of the maximum coverage available for the season associated with the current instance
    • getMinCoverageLevel

      String getMinCoverageLevel()
      Returns the name of the minimum coverage guaranteed for the season associated with the current instance
      Returns:
      - the name of the minimum coverage guaranteed for the season associated with the current instance
    • getMaxCovered

      Integer getMaxCovered()
      Returns the max covered value
      Returns:
      - the max covered value
    • getPlayed

      int getPlayed()
      Returns the played value
      Returns:
      - the played value
    • getScheduled

      int getScheduled()
      Returns the scheduled value
      Returns:
      - the scheduled value