public class CurrentSeasonInfoImpl extends Object implements CurrentSeasonInfo
Modifier and Type | Method and Description |
---|---|
List<Competitor> |
getCompetitors()
Returns a
List of competitors that participate in the sport event
associated with the current instance |
SeasonCoverage |
getCoverage()
Returns a
SeasonCoverage instance containing information about the available
coverage for the associated season |
Round |
getCurrentRound()
Returns a
Round instance specifying the associated season round |
Date |
getEndDate()
Returns the
Date specifying the end date of the season |
List<Group> |
getGroups()
Returns a
List of groups associated with the associated season |
Urn |
getId()
Returns the
Urn uniquely identifying the current season |
String |
getName(Locale locale)
Returns the name of the season in the specified language
|
Map<Locale,String> |
getNames()
Returns the name of the season
|
List<Competition> |
getSchedule()
Returns a
List of events that belong to the associated season |
Date |
getStartDate()
Returns the
Date specifying the start date of the season |
String |
getYear()
Returns the
String representation the year of the season |
String |
toString()
Returns a
String describing the current CurrentSeasonInfo instance |
public Urn getId()
Urn
uniquely identifying the current seasongetId
in interface CurrentSeasonInfo
Urn
uniquely identifying the current seasonpublic Map<Locale,String> getNames()
getNames
in interface CurrentSeasonInfo
public String getName(Locale locale)
getName
in interface CurrentSeasonInfo
locale
- - a Locale
specifying the language of the returned namepublic String getYear()
String
representation the year of the seasongetYear
in interface CurrentSeasonInfo
String
representation the year of the seasonpublic Date getStartDate()
Date
specifying the start date of the seasongetStartDate
in interface CurrentSeasonInfo
Date
specifying the start date of the seasonpublic Date getEndDate()
Date
specifying the end date of the seasongetEndDate
in interface CurrentSeasonInfo
Date
specifying the end date of the seasonpublic SeasonCoverage getCoverage()
SeasonCoverage
instance containing information about the available
coverage for the associated seasongetCoverage
in interface CurrentSeasonInfo
SeasonCoverage
instance containing information about the available coveragepublic List<Group> getGroups()
List
of groups associated with the associated seasongetGroups
in interface CurrentSeasonInfo
List
of groups associated with the associated seasonpublic Round getCurrentRound()
Round
instance specifying the associated season roundgetCurrentRound
in interface CurrentSeasonInfo
Round
instance specifying the associated season roundpublic List<Competitor> getCompetitors()
List
of competitors that participate in the sport event
associated with the current instancegetCompetitors
in interface CurrentSeasonInfo
List
of competitors that participate in the sport event
associated with the current instancepublic List<Competition> getSchedule()
List
of events that belong to the associated seasongetSchedule
in interface CurrentSeasonInfo
List
of events that belong to the associated seasonpublic String toString()
String
describing the current CurrentSeasonInfo
instancetoString
in class Object
String
describing the current CurrentSeasonInfo
instanceCopyright © 2016–2025. All rights reserved.