@Named(value="newCompetition") @RequestScoped public class NewCompetitionManagedBean extends Object
| Constructor and Description |
|---|
NewCompetitionManagedBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
createCompetition()
Create Competition.
|
ligaaas.teamc.domain.Competition |
getCompetition() |
String |
getCompetitionSportType() |
String |
getCompetitionType() |
void |
init() |
void |
setCompetition(ligaaas.teamc.domain.Competition competition) |
void |
setCompetitionSportType(String competitionSportType) |
void |
setCompetitionType(String competitionType) |
@PostConstruct public void init()
public ligaaas.teamc.domain.Competition getCompetition()
public void setCompetition(ligaaas.teamc.domain.Competition competition)
public String getCompetitionSportType()
public void setCompetitionSportType(String competitionSportType)
public String getCompetitionType()
public void setCompetitionType(String competitionType)
public String createCompetition()
Copyright © 2018. All rights reserved.