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