@Entity public class UsrGroup extends BaseEntity
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(User user) |
String |
getCaption() |
String |
getName() |
Set<User> |
getUsers() |
void |
setCaption(String caption) |
void |
setName(String name) |
void |
setUsers(Set<User> users) |
String |
toString() |
equals, getId, getVersion, hashCode, isNew, setId, setVersionpublic UsrGroup()
public UsrGroup(String name)
Copyright © 2017 Glasnost. All Rights Reserved.