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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCountryCode, getDateOfBirth, getFullName, getGender, getHeight, getNationalities, getNationality, getNickname, getType, getWeightpublic CompetitorPlayerImpl(Urn playerId, Integer jerseyNumber, ProfileCache profileCache, List<Urn> possibleAssociatedCompetitorIds, List<Locale> locales, ExceptionHandlingStrategy exceptionHandlingStrategy)
PlayerProfileImplplayerId - the associated player identifierprofileCache - the cache used to provide the datapossibleAssociatedCompetitorIds - a list of possible associated competitor ids (used to prefetch data)locales - the Locales in which the data should be availableexceptionHandlingStrategy - the preferred exception handling strategypublic Integer getJerseyNumber()
PlayerProfileImplgetJerseyNumber in interface CompetitorPlayergetJerseyNumber in interface PlayerProfilegetJerseyNumber in class PlayerProfileImplCopyright © 2016–2025. All rights reserved.