Uses of Class
ejava.projects.eleague.dto.Contact
-
Packages that use Contact Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb -
-
Uses of Contact in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto declared as Contact Modifier and Type Field Description protected ContactClub. contactprotected ContactDivision. contactFields in ejava.projects.eleague.dto with type parameters of type Contact Modifier and Type Field Description protected List<Contact>ELeague. contactMethods in ejava.projects.eleague.dto that return Contact Modifier and Type Method Description ContactObjectFactory. createContact()Create an instance ofContactContactClub. getContact()Gets the value of the contact property.ContactDivision. getContact()Gets the value of the contact property.Methods in ejava.projects.eleague.dto that return types with arguments of type Contact Modifier and Type Method Description List<Contact>ELeague. getContact()Gets the value of the contact property.Methods in ejava.projects.eleague.dto with parameters of type Contact Modifier and Type Method Description voidClub. setContact(Contact value)Sets the value of the contact property.voidDivision. setContact(Contact value)Sets the value of the contact property.Constructors in ejava.projects.eleague.dto with parameters of type Contact Constructor Description Club(String refid, String name, Contact contact, List<Venue> venue, List<Team> team, long id)Fully-initialising value constructorDivision(String refid, String group, String level, Integer ranking, Contact contact, List<TeamSeason> teamSeason, long id)Fully-initialising value constructorConstructor parameters in ejava.projects.eleague.dto with type arguments of type Contact Constructor Description ELeague(List<Contact> contact, LeagueMetadata leagueMetadata, List<Club> club, List<Season> season, Object currentSeason)Fully-initialising value constructor -
Uses of Contact in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type Contact Modifier and Type Method Description (package private) voidParserTestEJB. testContact(Contact contact)
-