public class ExportablePlayerProfileCi extends ExportableCi
Constructor and Description |
---|
ExportablePlayerProfileCi(String id,
Map<Locale,String> names,
Locale defaultLocale,
Map<Locale,String> fullNames,
Map<Locale,String> nationalities,
Map<Locale,String> abbreviations,
String type,
Date dateOfBirth,
Integer height,
Integer weight,
String countryCode,
Integer jerseyNumber,
String nickname,
String gender,
List<Locale> cachedLocales,
String competitorId) |
getId, getNames, setId, setNames
public ExportablePlayerProfileCi(String id, Map<Locale,String> names, Locale defaultLocale, Map<Locale,String> fullNames, Map<Locale,String> nationalities, Map<Locale,String> abbreviations, String type, Date dateOfBirth, Integer height, Integer weight, String countryCode, Integer jerseyNumber, String nickname, String gender, List<Locale> cachedLocales, String competitorId)
public Locale getDefaultLocale()
public void setDefaultLocale(Locale defaultLocale)
public String getType()
public void setType(String type)
public Date getDateOfBirth()
public void setDateOfBirth(Date dateOfBirth)
public Integer getHeight()
public void setHeight(Integer height)
public Integer getWeight()
public void setWeight(Integer weight)
public String getCountryCode()
public void setCountryCode(String countryCode)
public Integer getJerseyNumber()
public void setJerseyNumber(Integer jerseyNumber)
public String getNickname()
public void setNickname(String nickname)
public String getGender()
public void setGender(String gender)
public void setCompetitorId(String competitorId)
public String getCompetitorId()
Copyright © 2016–2025. All rights reserved.