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