| Package | Description |
|---|---|
| ligaaas.teamc.domain | |
| ligaaas.teamc.DTO |
| Modifier and Type | Method and Description |
|---|---|
SportType |
Competition.getCompetitionSportType()
Returns the sport type of the competition.
|
SportType |
Team.getTeamSportType()
Returns the sport type of the team.
|
static SportType |
SportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SportType[] |
SportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Competition.setCompetitionSportType(SportType competitionSportType)
Sets the description of the competition.
|
void |
Team.setTeamSportType(SportType teamSportType)
Sets the description of the team.
|
| Constructor and Description |
|---|
Competition(long competitionId,
String competitionName,
String competitionShortName,
String competitionDescription,
SportType competitionSportType,
CompetitionType competitionType,
Boolean competitionOpen,
int competitionMinTeams,
int competitionMaxTeams,
Boolean competitionPublic,
Boolean competitionDeleted,
HeadQuarter competitionHeadQuarter,
User competitionUser,
Contact competitionContact)
Creates a new instance of
Competition. |
Team(long teamId,
String teamName,
String teamShortName,
String teamDescription,
SportType teamSportType,
Boolean teamOpen,
int teamMinPlayers,
int teamMaxPlayers,
Boolean teamPublic,
Boolean teamDeleted,
HeadQuarter teamHeadQuarter,
Contact teamContact,
User teamUser)
Creates a new instance of
Team. |
| Modifier and Type | Method and Description |
|---|---|
SportType |
TeamDTO.getTeamSportType()
Returns the
SportType of the Team. |
| Modifier and Type | Method and Description |
|---|---|
void |
TeamDTO.setTeamSportType(SportType teamSportType)
Sets the
SportType of the Team. |
Copyright © 2017. All rights reserved.