Uses of Class
ejava.projects.eleague.dto.Contest
-
Packages that use Contest Package Description ejava.projects.eleague.dto -
-
Uses of Contest in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type Contest Modifier and Type Field Description protected List<Contest>
Season. contest
Methods in ejava.projects.eleague.dto that return Contest Modifier and Type Method Description Contest
ObjectFactory. createContest()
Create an instance ofContest
Methods in ejava.projects.eleague.dto that return types with arguments of type Contest Modifier and Type Method Description List<Contest>
Season. getContest()
Gets the value of the contest property.
-