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