Skip navigation links
C E G H L S T V 

C

Contact - Class in ligaaas.teamc.domain
 
Contact() - Constructor for class ligaaas.teamc.domain.Contact
Creates a new empty instance of Contact.
Contact(long, String, String, String, String, String, String) - Constructor for class ligaaas.teamc.domain.Contact
Creates a new instance of Contact.

E

equals(Object) - Method in class ligaaas.teamc.domain.Contact
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.HeadQuarter
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Team
Returns if two classes are equals

G

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.

H

hashCode() - Method in class ligaaas.teamc.domain.Contact
Returns the hascCode of the contact.
hashCode() - Method in class ligaaas.teamc.domain.HeadQuarter
Returns the hascCode of the HeadQuarter.
hashCode() - Method in class ligaaas.teamc.domain.Team
Returns the hascCode of the contact.
HeadQuarter - Class in ligaaas.teamc.domain
 
HeadQuarter() - Constructor for class ligaaas.teamc.domain.HeadQuarter
Creates a new empty instance of HeadQuarter.
HeadQuarter(long, String, String, String, String, String) - Constructor for class ligaaas.teamc.domain.HeadQuarter
Creates a new instance of HeadQuarter without owner.

L

ligaaas.teamc.domain - package ligaaas.teamc.domain
 

S

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
 

T

Team - Class in ligaaas.teamc.domain
 
Team(long, String, String, String, SportType, Boolean, int, int, Boolean, Boolean, HeadQuarter, Contact) - Constructor for class ligaaas.teamc.domain.Team
Creates a new instance of Team.
Team() - Constructor for class ligaaas.teamc.domain.Team
Creates a new empty instance of Team.

V

valueOf(String) - Static method in enum ligaaas.teamc.domain.SportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ligaaas.teamc.domain.SportType
Returns an array containing the constants of this enum type, in the order they are declared.
C E G H L S T V 
Skip navigation links

Copyright © 2017. All rights reserved.