@Entity public class UserGroup extends Object implements Serializable
| Constructor and Description |
|---|
UserGroup()
default constructor for JPA
|
UserGroup(String aid)
A User will be initialized with an id
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
returns the unique identifier for the Entity.
|
protected void |
setId(String aID) |
public UserGroup()
public UserGroup(String aid)
Copyright © 2011–2022 Imixs Software Solutions GmbH. All rights reserved.