public class SportEventGenericImpl extends Object implements SportEvent
| Constructor and Description |
|---|
SportEventGenericImpl(Urn id,
Urn sportId)
Initializes a new instance of
SportEventGenericImpl |
| Modifier and Type | Method and Description |
|---|---|
Urn |
getId()
Returns an
Urn uniquely identifying the tournament associated with the current instance |
String |
getName(Locale locale)
Returns the sport event name
|
Urn |
getReplacedBy()
Returns the
Urn specifying the replacement sport event for the current instance |
Date |
getScheduledEndTime()
Returns the
Date specifying when the sport event associated with the current
instance was scheduled to end |
Date |
getScheduledTime()
Returns the
Date specifying when the sport event associated with the current
instance was scheduled |
Urn |
getSportId()
Returns the unique sport identifier to which this event is associated
|
Boolean |
isStartTimeTbd()
Returns the
Boolean specifying if the start time to be determined is set for the current instance |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getSportIdpublic SportEventGenericImpl(Urn id, Urn sportId)
SportEventGenericImplid - an Urn uniquely identifying the tournamentsportId - the identifier of the sport to which the event belongspublic String getName(Locale locale)
getName in interface SportEventlocale - the Locale in which the name should be providedpublic Date getScheduledTime()
Date specifying when the sport event associated with the current
instance was scheduledgetScheduledTime in interface SportEventDate instance specifying when the sport event associated with the current
instance was scheduledpublic Date getScheduledEndTime()
Date specifying when the sport event associated with the current
instance was scheduled to endgetScheduledEndTime in interface SportEventDate instance specifying when the sport event associated with the current
instance was scheduled to endpublic Boolean isStartTimeTbd()
Boolean specifying if the start time to be determined is set for the current instanceisStartTimeTbd in interface SportEventBoolean specifying if the start time to be determined is set for the current instancepublic Urn getReplacedBy()
Urn specifying the replacement sport event for the current instancegetReplacedBy in interface SportEventUrn specifying the replacement sport event for the current instancepublic Urn getId()
Urn uniquely identifying the tournament associated with the current instancegetId in interface SportEventUrn uniquely identifying the tournament associated with the current instancepublic Urn getSportId()
getSportId in interface SportEventCopyright © 2016–2025. All rights reserved.