Uses of Class
ejava.projects.eleague.dto.Venue
-
Packages that use Venue Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb ejava.projects.eleague.xml -
-
Uses of Venue in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type Venue Modifier and Type Field Description protected List<Venue>
Club. venue
Methods in ejava.projects.eleague.dto that return Venue Modifier and Type Method Description Venue
ObjectFactory. createVenue()
Create an instance ofVenue
Methods in ejava.projects.eleague.dto that return types with arguments of type Venue Modifier and Type Method Description List<Venue>
Club. getVenue()
Gets the value of the venue property.Constructor parameters in ejava.projects.eleague.dto with type arguments of type Venue Constructor Description Club(String refid, String name, Contact contact, List<Venue> venue, List<Team> team, long id)
Fully-initialising value constructor -
Uses of Venue in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type Venue Modifier and Type Method Description private void
ParserTestEJB. testVenue(Venue venue)
-
Uses of Venue in ejava.projects.eleague.xml
Methods in ejava.projects.eleague.xml that return Venue Modifier and Type Method Description protected Venue
SampleGen. getField(ELeague league, Team team)
-