public class CompetitorPlayerImpl extends PlayerProfileImpl implements CompetitorPlayer
Constructor and Description |
---|
CompetitorPlayerImpl(Urn playerId,
Integer jerseyNumber,
ProfileCache profileCache,
List<Urn> possibleAssociatedCompetitorIds,
List<Locale> locales,
ExceptionHandlingStrategy exceptionHandlingStrategy)
Initializes a new instance of
PlayerProfileImpl |
Modifier and Type | Method and Description |
---|---|
Integer |
getJerseyNumber()
Returns the player jersey number
|
getCountryCode, getDateOfBirth, getFullName, getGender, getHeight, getId, getName, getNames, getNationalities, getNationality, getNickname, getType, getWeight, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCountryCode, getDateOfBirth, getFullName, getGender, getHeight, getNationalities, getNationality, getNickname, getType, getWeight
public CompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy)
PlayerProfileImpl
playerId
- the associated player identifierprofileCache
- the cache used to provide the datapossibleAssociatedCompetitorIds
- a list of possible associated competitor ids (used to prefetch data)locales
- the Locale
s in which the data should be availableexceptionHandlingStrategy
- the preferred exception handling strategypublic Integer getJerseyNumber()
PlayerProfileImpl
getJerseyNumber
in interface CompetitorPlayer
getJerseyNumber
in interface PlayerProfile
getJerseyNumber
in class PlayerProfileImpl
Copyright © 2016–2025. All rights reserved.