public class SeasonCoverageImpl extends Object implements SeasonCoverage
Constructor and Description |
---|
SeasonCoverageImpl(SeasonCoverageCi seasonCoverageCi)
Initializes a new instance of
SeasonCoverageImpl |
Modifier and Type | Method and Description |
---|---|
String |
getMaxCoverageLevel()
Returns the string representation of the maximum coverage available for the season associated with the current instance
|
Integer |
getMaxCovered()
Returns the max covered value
|
String |
getMinCoverageLevel()
Returns the name of the minimum coverage guaranteed for the season associated with the current instance
|
int |
getPlayed()
Returns the played value
|
int |
getScheduled()
Returns the scheduled value
|
Urn |
getSeasonId()
Returns the unique identifier of the season
|
String |
toString()
Returns a
String describing the current SeasonCoverage instance |
public SeasonCoverageImpl(SeasonCoverageCi seasonCoverageCi)
SeasonCoverageImpl
seasonCoverageCi
- - a SeasonCoverageCi
used to make the instancepublic Urn getSeasonId()
getSeasonId
in interface SeasonCoverage
public String getMaxCoverageLevel()
getMaxCoverageLevel
in interface SeasonCoverage
public String getMinCoverageLevel()
getMinCoverageLevel
in interface SeasonCoverage
public Integer getMaxCovered()
getMaxCovered
in interface SeasonCoverage
public int getPlayed()
getPlayed
in interface SeasonCoverage
public int getScheduled()
getScheduled
in interface SeasonCoverage
public String toString()
String
describing the current SeasonCoverage
instancetoString
in class Object
String
describing the current SeasonCoverage
instanceCopyright © 2016–2025. All rights reserved.