Uses of Class
ejava.projects.eleague.dto.Division
-
Packages that use Division Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb -
-
Uses of Division in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type Division Modifier and Type Field Description protected List<Division>
Season. division
Methods in ejava.projects.eleague.dto that return Division Modifier and Type Method Description Division
ObjectFactory. createDivision()
Create an instance ofDivision
Methods in ejava.projects.eleague.dto that return types with arguments of type Division Modifier and Type Method Description List<Division>
Season. getDivision()
Gets the value of the division property.Constructor parameters in ejava.projects.eleague.dto with type arguments of type Division Constructor Description Season(String refid, String name, Date starts, Date ends, List<Division> division, List<Contest> contest, long id)
Fully-initialising value constructor -
Uses of Division in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type Division Modifier and Type Method Description (package private) void
ParserTestEJB. testDivision(Division d)
-