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, wait
getId, getSportId
public SportEventGenericImpl(Urn id, Urn sportId)
SportEventGenericImpl
id
- an Urn
uniquely identifying the tournamentsportId
- the identifier of the sport to which the event belongspublic String getName(Locale locale)
getName
in interface SportEvent
locale
- 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 SportEvent
Date
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 SportEvent
Date
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 SportEvent
Boolean
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 SportEvent
Urn
specifying the replacement sport event for the current instancepublic Urn getId()
Urn
uniquely identifying the tournament associated with the current instancegetId
in interface SportEvent
Urn
uniquely identifying the tournament associated with the current instancepublic Urn getSportId()
getSportId
in interface SportEvent
Copyright © 2016–2025. All rights reserved.