| Package | Description |
|---|---|
| es.uvigo.esei.dgss.competition | |
| es.uvigo.esei.dgss.team | |
| es.uvigo.esei.dgss.user |
| Modifier and Type | Method and Description |
|---|---|
UserJPA |
CompetitionJPA.getContact()
Gets the user to show in the contact of the competition
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompetitionJPA.setContact(UserJPA u)
Sets the user to show in the contact of the competition
|
| Constructor and Description |
|---|
TeamJPA(String fullName,
String abbreviatedName,
String descriptionTeam,
UserJPA u)
Constructor for JPA Team which gets some necessary parameters to create a
team
|
| Constructor and Description |
|---|
UserPlayerJPA(UserJPA user,
String nick,
String name,
String lastName,
boolean selfPlayer)
Constructor for the JPA UserPlayer in which we create a player with the
attributes needed.
|
Copyright © 2017. All rights reserved.