public class CompetitionDTO extends Object
| Constructor and Description |
|---|
CompetitionDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompetitionDescription()
Returns the description of the competition.
|
int |
getCompetitionMaxTeams()
Returns the max number of teams of the competition.
|
int |
getCompetitionMinTeams()
Returns the min number of teams of the competition.
|
String |
getCompetitionName()
Returns the name of the competition.
|
Boolean |
getCompetitionOpen()
Returns if the competition is open.
|
String |
getCompetitionShortName()
Returns the short name of the competition.
|
String |
getCompetitionSportType()
Returns the sport type of the competition.
|
String |
getCompetitionType()
Returns the competition type.
|
ContactDTO |
getContact()
Returns the competition
Contact. |
HeadQuarterDTO |
getHeadQuarter()
Returns the competition
HeadQuarter. |
void |
setCompetitionDescription(String competitionDescription)
Sets the description of the competition.
|
void |
setCompetitionMaxTeams(int competitionMaxTeams)
Sets the max number of teams of the competition.
|
void |
setCompetitionMinTeams(int competitionMinTeams)
Sets the min number of teams of the competition.
|
void |
setCompetitionName(String competitionName)
Sets the name of the competition.
|
void |
setCompetitionOpen(Boolean competitionOpen)
Sets if competition is open.
|
void |
setCompetitionShortName(String competitionShortName)
Sets the short name of the competition.
|
void |
setCompetitionSportType(String competitionSportType)
Sets the sportType of the competition.
|
void |
setCompetitionType(String competitionType)
Sets the type of the competition.
|
void |
setContact(ContactDTO competitionContact)
Sets the competition
Contact. |
void |
setHeadQuarter(HeadQuarterDTO competitionHeadQuarter)
Sets the competition
HeadQuarter. |
public String getCompetitionName()
public void setCompetitionName(String competitionName)
competitionName - the name of the competition.public String getCompetitionShortName()
public void setCompetitionShortName(String competitionShortName)
competitionShortName - the short name of the competition.public String getCompetitionDescription()
public void setCompetitionDescription(String competitionDescription)
competitionDescription - the description of the competition.public String getCompetitionSportType()
public void setCompetitionSportType(String competitionSportType)
competitionSportType - the sportType of the competition.public String getCompetitionType()
public void setCompetitionType(String competitionType)
competitionType - the type of the competition.public int getCompetitionMinTeams()
public void setCompetitionMinTeams(int competitionMinTeams)
competitionMinTeams - min number of teams of the competition.public int getCompetitionMaxTeams()
public void setCompetitionMaxTeams(int competitionMaxTeams)
competitionMaxTeams - max number of teams of the competition.public Boolean getCompetitionOpen()
public void setCompetitionOpen(Boolean competitionOpen)
competitionOpen - if competition is open.public ContactDTO getContact()
Contact.Contact.public void setContact(ContactDTO competitionContact)
Contact.competitionContact - the contact of the competition. This parameter must be a
Contact.public HeadQuarterDTO getHeadQuarter()
HeadQuarter.HeadQuarter.public void setHeadQuarter(HeadQuarterDTO competitionHeadQuarter)
HeadQuarter.competitionHeadQuarter - the Head quarter of the competition. This parameter must be a
HeadQuarterDTO.Copyright © 2017. All rights reserved.