public interface SeasonInfo
Modifier and Type | Method and Description |
---|---|
default Date |
getEndDate()
Returns the
Date specifying the end date of the season |
Urn |
getId()
Returns a
Urn uniquely identifying the current SeasonInfo instance |
String |
getName(Locale locale)
Returns the name of the season in the specified language
|
Map<Locale,String> |
getNames()
Returns an unmodifiable
Map containing translated names |
default Date |
getStartDate()
Returns the
Date specifying the start date of the season |
default Urn |
getTournamentId()
Returns the associated tournament identifier
|
default String |
getYear()
Returns the
String representation the year of the season |
Urn getId()
Urn
uniquely identifying the current SeasonInfo
instanceUrn
uniquely identifying the current SeasonInfo
instanceString getName(Locale locale)
locale
- - a Locale
specifying the language of the returned nameMap<Locale,String> getNames()
Map
containing translated namesMap
containing translated namesdefault Date getStartDate()
Date
specifying the start date of the seasonDate
specifying the start date of the seasondefault Date getEndDate()
Date
specifying the end date of the seasonDate
specifying the end date of the seasondefault String getYear()
String
representation the year of the seasonString
representation the year of the seasondefault Urn getTournamentId()
Copyright © 2016–2025. All rights reserved.