@Entity public class User extends AbstractEntity
id, name| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
Set<Address> |
getAddresses() |
List<Group> |
getGroups() |
Set<Status> |
getStatuses() |
void |
setAddresses(Set<Address> addresses) |
void |
setGroups(List<Group> groups) |
void |
setStatuses(Set<Status> statuses) |
getId, getName, setId, setNameCopyright © 2016. All rights reserved.