| Package | Description |
|---|---|
| ligaaas.teamc.domain |
| Modifier and Type | Method and Description |
|---|---|
CompetitionType |
Competition.getCompetitionType()
Returns the competition type.
|
static CompetitionType |
CompetitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompetitionType[] |
CompetitionType.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.setCompetitionType(CompetitionType competitionType)
Sets the type of the competition.
|
| 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. |
Copyright © 2018. All rights reserved.