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