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 Contact
Club. contact
protected Contact
Division. contact
Fields in ejava.projects.eleague.dto with type parameters of type Contact Modifier and Type Field Description protected List<Contact>
ELeague. contact
Methods in ejava.projects.eleague.dto that return Contact Modifier and Type Method Description Contact
ObjectFactory. createContact()
Create an instance ofContact
Contact
Club. getContact()
Gets the value of the contact property.Contact
Division. 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 void
Club. setContact(Contact value)
Sets the value of the contact property.void
Division. 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) void
ParserTestEJB. testContact(Contact contact)
-