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 LeagueMetadataELeague. leagueMetadataMethods in ejava.projects.eleague.dto that return LeagueMetadata Modifier and Type Method Description LeagueMetadataObjectFactory. createLeagueMetadata()Create an instance ofLeagueMetadataLeagueMetadataELeague. getLeagueMetadata()Gets the value of the leagueMetadata property.Methods in ejava.projects.eleague.dto with parameters of type LeagueMetadata Modifier and Type Method Description voidELeague. 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) voidParserTestEJB. 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 LeagueMetadataSampleGen. createLeagueMetadata(ELeague league)
-