@Entity public class UserConsentRoleEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserConsentRoleEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected String |
roleId |
protected UserConsentEntity |
userConsent |
Constructor and Description |
---|
UserConsentRoleEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRoleId() |
UserConsentEntity |
getUserConsent() |
int |
hashCode() |
void |
setRoleId(String roleId) |
void |
setUserConsent(UserConsentEntity userConsent) |
protected UserConsentEntity userConsent
protected String roleId
public UserConsentEntity getUserConsent()
public void setUserConsent(UserConsentEntity userConsent)
public String getRoleId()
public void setRoleId(String roleId)
Copyright © 2016 JBoss by Red Hat. All rights reserved.