Uses of Class
ejava.projects.eleague.dto.LeagueMetadata
-
Packages that use LeagueMetadata Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb ejava.projects.eleague.xml -
-
Uses of LeagueMetadata in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto declared as LeagueMetadata Modifier and Type Field Description protected LeagueMetadata
ELeague. leagueMetadata
Methods in ejava.projects.eleague.dto that return LeagueMetadata Modifier and Type Method Description LeagueMetadata
ObjectFactory. createLeagueMetadata()
Create an instance ofLeagueMetadata
LeagueMetadata
ELeague. getLeagueMetadata()
Gets the value of the leagueMetadata property.Methods in ejava.projects.eleague.dto with parameters of type LeagueMetadata Modifier and Type Method Description void
ELeague. setLeagueMetadata(LeagueMetadata value)
Sets the value of the leagueMetadata property.Constructors in ejava.projects.eleague.dto with parameters of type LeagueMetadata Constructor Description ELeague(List<Contact> contact, LeagueMetadata leagueMetadata, List<Club> club, List<Season> season, Object currentSeason)
Fully-initialising value constructor -
Uses of LeagueMetadata in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type LeagueMetadata Modifier and Type Method Description (package private) void
ParserTestEJB. testLeagueMetadata(LeagueMetadata md)
-
Uses of LeagueMetadata in ejava.projects.eleague.xml
Methods in ejava.projects.eleague.xml that return LeagueMetadata Modifier and Type Method Description protected LeagueMetadata
SampleGen. createLeagueMetadata(ELeague league)
-