| Modifier and Type | Method and Description |
|---|---|
User |
Competition.getContact()
Gets the user to show in the contact of the competition
|
User |
Team.getOwner()
Get User of team.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setContact(User u)
Sets the user to show in the contact of the competition
|
void |
Team.setOwner(User userJPA)
Set the userJPA of the team.
|
| Constructor and Description |
|---|
Team(String fullName,
String abbreviatedName,
String descriptionTeam,
User u)
Constructor for JPA Team which gets some necessary parameters to create a
team
|
UserPlayer(User 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 © 2018. All rights reserved.