public static class GroupRoleMappingEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected GroupEntity |
group |
protected String |
roleId |
Constructor and Description |
---|
Key() |
Key(GroupEntity group,
String roleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
GroupEntity |
getGroup() |
String |
getRoleId() |
int |
hashCode() |
protected GroupEntity group
protected String roleId
public Key()
public Key(GroupEntity group, String roleId)
Copyright © 2021 JBoss by Red Hat. All rights reserved.