- getContactEmail() - Method in class ligaaas.teamc.domain.Contact
-
Returns the email of the contact.
- getContactFacebook() - Method in class ligaaas.teamc.domain.Contact
-
Returns the facebook account of the contact.
- getContactId() - Method in class ligaaas.teamc.domain.Contact
-
Returns the id of the contact.
- getContactInstagram() - Method in class ligaaas.teamc.domain.Contact
-
Returns the instagram account of the contact.
- getContactPhone() - Method in class ligaaas.teamc.domain.Contact
-
Returns the phone of the contact.
- getContactTwitter() - Method in class ligaaas.teamc.domain.Contact
-
Returns the twitter account of the contact.
- getContactWeb() - Method in class ligaaas.teamc.domain.Contact
-
Returns the web of the contact.
- getHeadquarterAddress() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the address of the HeadQuarter.
- getHeadquarterDescription() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the description of the HeadQuarter.
- getHeadQuarterId() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the id of the HeadQuarter.
- getHeadquarterLocality() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the locality of the HeadQuarter.
- getHeadquarterName() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the name of the HeadQuarter.
- getHeadquarterProvince() - Method in class ligaaas.teamc.domain.HeadQuarter
-
Returns the province of the HeadQuarter.
- getTeamContact() - Method in class ligaaas.teamc.domain.Team
-
Returns the team Contact.
- getTeamDeleted() - Method in class ligaaas.teamc.domain.Team
-
Returns if the team is logically deleted.
- getTeamDescription() - Method in class ligaaas.teamc.domain.Team
-
Returns the description of the team.
- getTeamHeadQuarter() - Method in class ligaaas.teamc.domain.Team
-
Returns the team HeadQuarter.
- getTeamId() - Method in class ligaaas.teamc.domain.Team
-
Returns the id of the team.
- getTeamMaxPlayers() - Method in class ligaaas.teamc.domain.Team
-
Returns the max number of players of the team.
- getTeamMinPlayers() - Method in class ligaaas.teamc.domain.Team
-
Returns the min number of players of the team.
- getTeamName() - Method in class ligaaas.teamc.domain.Team
-
Returns the name of the team.
- getTeamOpen() - Method in class ligaaas.teamc.domain.Team
-
Returns if the team is open.
- getTeamPublic() - Method in class ligaaas.teamc.domain.Team
-
Returns if the team is public.
- getTeamShortName() - Method in class ligaaas.teamc.domain.Team
-
Returns the short name of the team.
- getTeamSportType() - Method in class ligaaas.teamc.domain.Team
-
Returns the sport type of the team.
- setContactEmail(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the email of the contact.
- setContactFacebook(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the facebook account of the contact.
- setContactId(long) - Method in class ligaaas.teamc.domain.Contact
-
Sets the id of the contact.
- setContactInstagram(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the instagram account of the contact.
- setContactPhone(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the phone of the contact.
- setContactTwitter(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the twitter account of the contact.
- setContactWeb(String) - Method in class ligaaas.teamc.domain.Contact
-
Sets the web of the contact.
- setHeadquarterAddress(String) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the address of the HeadQuarter.
- setHeadquarterDescription(String) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the description of the HeadQuarter.
- setHeadQuarterId(long) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the id of the HeadQuarter.
- setHeadquarterLocality(String) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the locality of the HeadQuarter.
- setHeadquarterName(String) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the name of the HeadQuarter.
- setHeadquarterProvince(String) - Method in class ligaaas.teamc.domain.HeadQuarter
-
Sets the province of the HeadQuarter.
- setTeamContact(Contact) - Method in class ligaaas.teamc.domain.Team
-
Sets the team Contact.
- setTeamDeleted(Boolean) - Method in class ligaaas.teamc.domain.Team
-
Sets if team is deleted.
- setTeamDescription(String) - Method in class ligaaas.teamc.domain.Team
-
Sets the description of the team.
- setTeamHeadQuarter(HeadQuarter) - Method in class ligaaas.teamc.domain.Team
-
Sets the team HeadQuarter.
- setTeamId(long) - Method in class ligaaas.teamc.domain.Team
-
Sets the id of the team.
- setTeamMaxPlayers(int) - Method in class ligaaas.teamc.domain.Team
-
Sets the max number of players of the team.
- setTeamMinPlayers(int) - Method in class ligaaas.teamc.domain.Team
-
Sets the min number of players of the team.
- setTeamName(String) - Method in class ligaaas.teamc.domain.Team
-
Sets the name of the team.
- setTeamOpen(Boolean) - Method in class ligaaas.teamc.domain.Team
-
Sets if team is open.
- setTeamPublic(Boolean) - Method in class ligaaas.teamc.domain.Team
-
Sets if team is public.
- setTeamShortName(String) - Method in class ligaaas.teamc.domain.Team
-
Sets the short name of the team.
- setTeamSportType(SportType) - Method in class ligaaas.teamc.domain.Team
-
Sets the description of the team.
- SportType - Enum in ligaaas.teamc.domain
-