@Entity public class UserConsentEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected String |
id |
protected UserEntity |
user |
| Constructor and Description |
|---|
UserConsentEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId() |
Long |
getCreatedDate() |
Collection<UserConsentProtocolMapperEntity> |
getGrantedProtocolMappers() |
Collection<UserConsentRoleEntity> |
getGrantedRoles() |
String |
getId() |
Long |
getLastUpdatedDate() |
UserEntity |
getUser() |
int |
hashCode() |
void |
setClientId(String clientId) |
void |
setCreatedDate(Long createdDate) |
void |
setGrantedProtocolMappers(Collection<UserConsentProtocolMapperEntity> grantedProtocolMappers) |
void |
setGrantedRoles(Collection<UserConsentRoleEntity> grantedRoles) |
void |
setId(String id) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
void |
setUser(UserEntity user) |
protected String id
protected UserEntity user
protected String clientId
public String getId()
public void setId(String id)
public UserEntity getUser()
public void setUser(UserEntity user)
public String getClientId()
public void setClientId(String clientId)
public Collection<UserConsentRoleEntity> getGrantedRoles()
public void setGrantedRoles(Collection<UserConsentRoleEntity> grantedRoles)
public Collection<UserConsentProtocolMapperEntity> getGrantedProtocolMappers()
public void setGrantedProtocolMappers(Collection<UserConsentProtocolMapperEntity> grantedProtocolMappers)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public Long getLastUpdatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
Copyright © 2016 JBoss by Red Hat. All rights reserved.