Uses of Class
cz.encircled.joiner.model.Contact
-
Packages that use Contact Package Description cz.encircled.joiner.model -
-
Uses of Contact in cz.encircled.joiner.model
Subclasses of Contact in cz.encircled.joiner.model Modifier and Type Class Description classPhoneFields in cz.encircled.joiner.model with type parameters of type Contact Modifier and Type Field Description com.querydsl.core.types.dsl.SetPath<Contact,QContact>QNormalUser. contactscom.querydsl.core.types.dsl.SetPath<Contact,QContact>QSuperUser. contactscom.querydsl.core.types.dsl.SetPath<Contact,QContact>QUser. contactscom.querydsl.core.types.dsl.SetPath<Contact,QContact>QNormalUser. employmentContactscom.querydsl.core.types.dsl.SetPath<Contact,QContact>QSuperUser. employmentContactscom.querydsl.core.types.dsl.SetPath<Contact,QContact>QUser. employmentContactsMethods in cz.encircled.joiner.model that return types with arguments of type Contact Modifier and Type Method Description Set<Contact>User. getContacts()Set<Contact>User. getEmploymentContacts()Method parameters in cz.encircled.joiner.model with type arguments of type Contact Modifier and Type Method Description voidUser. setContacts(Set<Contact> contacts)voidUser. setEmploymentContacts(Set<Contact> employmentContacts)Constructor parameters in cz.encircled.joiner.model with type arguments of type Contact Constructor Description QContact(com.querydsl.core.types.Path<? extends Contact> path)QContact(Class<? extends Contact> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-