Uses of Class
ejava.projects.eleague.dto.ContactRoleType
-
Packages that use ContactRoleType Package Description ejava.projects.eleague.dto ejava.projects.eleague.ejb -
-
Uses of ContactRoleType in ejava.projects.eleague.dto
Fields in ejava.projects.eleague.dto with type parameters of type ContactRoleType Modifier and Type Field Description protected List<ContactRoleType>
Team. contactRole
Methods in ejava.projects.eleague.dto that return ContactRoleType Modifier and Type Method Description ContactRoleType
ObjectFactory. createContactRoleType()
Create an instance ofContactRoleType
Methods in ejava.projects.eleague.dto that return types with arguments of type ContactRoleType Modifier and Type Method Description List<ContactRoleType>
Team. getContactRole()
Gets the value of the contactRole property.Constructor parameters in ejava.projects.eleague.dto with type arguments of type ContactRoleType Constructor Description Team(String refid, String name, List<ContactRoleType> contactRole, long id)
Fully-initialising value constructor -
Uses of ContactRoleType in ejava.projects.eleague.ejb
Methods in ejava.projects.eleague.ejb with parameters of type ContactRoleType Modifier and Type Method Description (package private) void
ParserTestEJB. testContactRole(ContactRoleType role)
-