Skip navigation links
C E G H I L P R S T U 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.Player
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.Team
Returns if two classes are equals
equals(Object) - Method in class ligaaas.teamc.domain.User
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.
getPlayerEmail() - Method in class ligaaas.teamc.domain.Player
Returns the email of the Player.
getPlayerFavouriteSportsList() - Method in class ligaaas.teamc.domain.Player
Returns the list of favourite sports of Player.
getPlayerFavouriteTeamList() - Method in class ligaaas.teamc.domain.Player
Returns the list of favourite teams of Player.
getPlayerId() - Method in class ligaaas.teamc.domain.Player
Returns the id of the Player.
getPlayerInterests() - Method in class ligaaas.teamc.domain.Player
Returns the interests of the Player.
getPlayerLocation() - Method in class ligaaas.teamc.domain.Player
Returns the location where the Player is living.
getPlayerNickName() - Method in class ligaaas.teamc.domain.Player
Returns the nickname of the Player.
getPlayerPicture() - Method in class ligaaas.teamc.domain.Player
Returns the picture of the Player.
getPlayerPrivacity() - Method in class ligaaas.teamc.domain.Player
Returns the account privacity of the Player
getPlayerProvince() - Method in class ligaaas.teamc.domain.Player
Returns the province where the Player is living.
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.
getUserBirthdate() - Method in class ligaaas.teamc.domain.User
Gets the user birthdate.
getUserCountry() - Method in class ligaaas.teamc.domain.User
Gets the user country.
getUserEmail() - Method in class ligaaas.teamc.domain.User
Gets the user email.
getUserFacebook() - Method in class ligaaas.teamc.domain.User
Gets the user facebook.
getUserId() - Method in class ligaaas.teamc.domain.User
Gets the user id.
getUserIdentificationDocument() - Method in class ligaaas.teamc.domain.User
Gets the user identification document.
getUserInstagram() - Method in class ligaaas.teamc.domain.User
Gets the user instagram.
getUserLocality() - Method in class ligaaas.teamc.domain.User
Gets the user locality.
getUserLogin() - Method in class ligaaas.teamc.domain.User
Gets the user login.
getUserName() - Method in class ligaaas.teamc.domain.User
Gets the user name.
getUserPassword() - Method in class ligaaas.teamc.domain.User
Gets the user password.
getUserPhone() - Method in class ligaaas.teamc.domain.User
Gets the user phone.
getUserProvince() - Method in class ligaaas.teamc.domain.User
Gets the user province.
getUserResidence() - Method in class ligaaas.teamc.domain.User
Gets the user residence.
getUserSurname() - Method in class ligaaas.teamc.domain.User
Gets the user surname.
getUserTwitter() - Method in class ligaaas.teamc.domain.User
Gets the user twitter.

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.Player
Returns the hashCode of Player.
hashCode() - Method in class ligaaas.teamc.domain.Team
Returns the hashCode of the team.
hashCode() - Method in class ligaaas.teamc.domain.User
Returns the hashCode of the User.
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.

I

isUserConfirmed() - Method in class ligaaas.teamc.domain.User
Checks if is user confirmed.

L

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

P

Player - Class in ligaaas.teamc.domain
 
Player() - Constructor for class ligaaas.teamc.domain.Player
Creates a new empty instance of Player.
Player(long, String, byte[], String, String, String, String, String, String, Boolean) - Constructor for class ligaaas.teamc.domain.Player
Creates a new instance of Player without owner.

R

RegexpTemplates - Class in ligaaas.teamc.domain
 
RegexpTemplates() - Constructor for class ligaaas.teamc.domain.RegexpTemplates
 

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.
setPlayerEmail(String) - Method in class ligaaas.teamc.domain.Player
Sets the email of the Player.
setPlayerFavouriteSportsList(String) - Method in class ligaaas.teamc.domain.Player
Sets the list of favourite sports of the Player.
setPlayerFavouriteTeamList(String) - Method in class ligaaas.teamc.domain.Player
Sets the list of favourite teams of Player
setPlayerId(long) - Method in class ligaaas.teamc.domain.Player
Sets the id of the Player.
setPlayerInterests(String) - Method in class ligaaas.teamc.domain.Player
Sets the interests of the Player.
setPlayerLocation(String) - Method in class ligaaas.teamc.domain.Player
Sets the location where the Player is living.
setPlayerNickName(String) - Method in class ligaaas.teamc.domain.Player
Sets the playerNickname of the Player.
setPlayerPicture(byte[]) - Method in class ligaaas.teamc.domain.Player
Sets the picture of the Player.
setPlayerPrivacity(Boolean) - Method in class ligaaas.teamc.domain.Player
Sets the privacity for the account of Player
setPlayerProvince(String) - Method in class ligaaas.teamc.domain.Player
Sets the province where the Player is living.
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.
setUserBirthdate(Date) - Method in class ligaaas.teamc.domain.User
Sets the user birthdate.
setUserConfirmed(boolean) - Method in class ligaaas.teamc.domain.User
Sets the user confirmed.
setUserCountry(String) - Method in class ligaaas.teamc.domain.User
Sets the user country.
setUserEmail(String) - Method in class ligaaas.teamc.domain.User
Sets the user email.
setUserFacebook(String) - Method in class ligaaas.teamc.domain.User
Sets the user facebook.
setUserIdentificationDocument(String) - Method in class ligaaas.teamc.domain.User
Sets the user identification document.
setUserInstagram(String) - Method in class ligaaas.teamc.domain.User
Sets the user instagram.
setUserLocality(String) - Method in class ligaaas.teamc.domain.User
Sets the user locality.
setUserLogin(String) - Method in class ligaaas.teamc.domain.User
Sets the user login.
setUserName(String) - Method in class ligaaas.teamc.domain.User
Sets the user name.
setUserPassword(String) - Method in class ligaaas.teamc.domain.User
Sets the user password.
setUserPhone(String) - Method in class ligaaas.teamc.domain.User
Sets the user phone.
setUserProvince(String) - Method in class ligaaas.teamc.domain.User
Sets the user province.
setUserResidence(String) - Method in class ligaaas.teamc.domain.User
Sets the user residence.
setUserSurname(String) - Method in class ligaaas.teamc.domain.User
Sets the user surname.
setUserTwitter(String) - Method in class ligaaas.teamc.domain.User
Sets the user twitter.
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.

U

User - Class in ligaaas.teamc.domain
 
User() - Constructor for class ligaaas.teamc.domain.User
Instantiates a new user.
User(String, String, String, String, Date, String, String, String, String, String, String, String, String, String, String, boolean) - Constructor for class ligaaas.teamc.domain.User
Instantiates a new User.

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 I L P R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.