public static class UserGroupMembershipEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
groupId |
protected UserEntity |
user |
Constructor and Description |
---|
Key() |
Key(UserEntity user,
String groupId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getGroupId() |
UserEntity |
getUser() |
int |
hashCode() |
protected UserEntity user
protected String groupId
public Key()
public Key(UserEntity user, String groupId)
Copyright © 2020 JBoss by Red Hat. All rights reserved.