public class UserGroupDto extends BaseDto
| Constructor and Description |
|---|
UserGroupDto() |
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(UserDto user) |
String |
getName() |
Set<UserDto> |
getUsers() |
void |
setName(String name) |
void |
setUsers(Set<UserDto> users) |
String |
toString() |
equals, getId, getVersion, hashCode, isNew, setId, setVersionCopyright © 2019 Glasnost. All rights reserved.