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