public class Team extends BaseObject
Constructor and Description |
---|
Team() |
Modifier and Type | Method and Description |
---|---|
Country |
getCountry() |
String |
getCountryCode() |
EntityLogo |
getLogo()
Avoids NullValueInNestedPathException.
|
Long |
getOrganizationId() |
EntityLogo |
getRealLogo() |
Long |
getRealLogoId() |
boolean |
isBelongsToOrganization() |
void |
setBelongsToOrganization(boolean teamOfOrg) |
void |
setCountry(Country country) |
void |
setCountryCode(String countryCode) |
void |
setLogo(EntityLogo logo)
Use by spring binding only.
|
void |
setOrganizationId(Long organizationId) |
void |
setRealLogo(EntityLogo logo) |
void |
setRealLogoId(Long realLogoId) |
equals, getCode, getExternalName, getId, getInstitutionCode, getShortName, hashCode, setCode, setExternalName, setId, setInstitutionCode, setShortName, toString
public Long getOrganizationId()
public void setOrganizationId(Long organizationId)
public EntityLogo getRealLogo()
public void setRealLogo(EntityLogo logo)
public Long getRealLogoId()
public void setRealLogoId(Long realLogoId)
public EntityLogo getLogo()
public void setLogo(EntityLogo logo)
public Country getCountry()
public void setCountry(Country country)
public String getCountryCode()
public void setCountryCode(String countryCode)
public boolean isBelongsToOrganization()
public void setBelongsToOrganization(boolean teamOfOrg)
Copyright © 2021. All rights reserved.