@Entity public class User extends AbstractEntity
id, name| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Set<Address> |
getAddresses() |
Set<Contact> |
getContacts() |
Set<Contact> |
getEmploymentContacts() |
List<Group> |
getGroups() |
Set<Status> |
getStatuses() |
User |
getUser() |
void |
setAddresses(Set<Address> addresses) |
void |
setContacts(Set<Contact> contacts) |
void |
setEmploymentContacts(Set<Contact> employmentContacts) |
void |
setGroups(List<Group> groups) |
void |
setStatuses(Set<Status> statuses) |
void |
setUser(User user) |
getId, getName, setId, setNameCopyright © 2018. All rights reserved.