Interface SeasonCoverage
- All Known Implementing Classes:
SeasonCoverageImpl
public interface SeasonCoverage
Defines methods representing season coverage info
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the maximum coverage available for the season associated with the current instanceReturns the max covered valueReturns the name of the minimum coverage guaranteed for the season associated with the current instanceintReturns the played valueintReturns the scheduled valueReturns 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
-