- getAddress() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the address of the user.
- getAddressFormated() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the full address of an user formated like a postal.
- getBirthDate() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the birth date of the user.
- getComments() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the comments of the fixture
- getComments() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the comments of the match
- getCompetition() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the competition which belongs to fixture
- getCountry() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the country of the user.
- getDate() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the date of the fixture
- getDeleted() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the deleted date of the fixture if the fixture is deleted
- getDeleted() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the deleted date of the match if the match is deleted
- getDescription() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the description of the fixture
- getDescription() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the description of the match
- getDuration() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the duration of the match
- getEmail() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the email of the user.
- getFacebookProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the Facebook URL of the user.
- getFacility() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the Facility where match is played
- getFixture() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the fixture which belongs to the match
- getHour() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the hour of the match
- getId() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the id of the fixture
- getId() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the id of the match
- getInstagramProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the Instagram URL of the user.
- getLastName() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the last name of the user.
- getLocalScore() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the score of the local team in the match
- getLocation() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the location of the user.
- getLogin() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the login of the user.
- getName() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the name of the user.
- getNumber() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the number of the fixture
- getNumberID() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the identification (DNI, Passport..) of the user.
- getPassword() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the password encrypted of the user.
- getPhoneNumber() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the phone number of the user with the country-code, thats why is a
String value.
- getPlace() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the place of the fixture
- getProvince() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the province of the user.
- getStatus() - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Get the status of the fixture.
- getStatus() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the status of the match
- getTwitterProfile() - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Get the Twitter URL of the user.
- getVisitorScore() - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Get the score of the visitor team in the match
- setAddress(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the address of the user.
- setBirthDate(Date) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the birth date of the user.
- setComments(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the comments of the fixture
- setComments(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the comments of the match
- setCompetition(CompetitionJPA) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the competition which belongs to fixture
- setConfirmed(boolean) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the confirmation of the user account.
- setCountry(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the country of the user.
- setDate(Date) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the date of the fixture
- setDeleted(Date) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the deleted date of the fixture.
- setDeleted(Date) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the deleted date of the match.
- setDescription(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the description of the fixture
- setDescription(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the description of the match
- setDuration(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the duration of the match
- setEmail(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the email of the user.
- setFacebookProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the Facebook URL of the user.
- setFacility(FacilityJPA) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the facility where match is played
- setFixture(FixtureJPA) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the fixture which belongs to match
- setHour(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the hour of the match
- setInstagramProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the Instagram URL of the user.
- setLastName(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the last name of the user.
- setLocalScore(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the score of the local team in the match
- setLocation(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the location of the user.
- setLogin(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the login of the user.
- setName(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the name of the user.
- setNumber(int) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the number of the fixture
- setNumberID(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the identification (DNI, Passport..) of the user.
- setPassword(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the password encrypted of the user.
- setPhoneNumber(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the phoneNumber of the user.
- setPlace(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the place of the fixture
- setPlayer(boolean) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set if the user will be a player or not.
- setProvince(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the province of the user.
- setStatus(String) - Method in class es.uvigo.esei.dgss.fixture.FixtureJPA
-
Set the status of the fixture
- setStatus(String) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the status of the match
- setTwitterProfile(String) - Method in class es.uvigo.esei.dgss.user.UserJPA
-
Set the Twitter URL of the user.
- setVisitorScore(int) - Method in class es.uvigo.esei.dgss.match.MatchJPA
-
Set the score of the visitor team in the match