Class HotRodUserConsentEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodUserConsentEntity>
- 
- org.keycloak.models.map.storage.hotRod.user.HotRodUserConsentEntityDelegate
 
 
- 
- All Implemented Interfaces:
- UpdatableEntity,- HotRodEntityDelegate<HotRodUserConsentEntity>,- MapUserConsentEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodUserConsentEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodUserConsentEntity> implements MapUserConsentEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodUserConsentEntityDelegate()HotRodUserConsentEntityDelegate(DeepCloner cloner)HotRodUserConsentEntityDelegate(HotRodUserConsentEntity hotRodEntity)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedClientScopesId(String p0)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodUserConsentEntity e)booleanequals(Object o)StringgetClientId()LonggetCreatedDate()Set<String>getGrantedClientScopesIds()HotRodUserConsentEntitygetHotRodEntity()LonggetLastUpdatedDate()inthashCode()voidremoveGrantedClientScopesId(String p0)voidsetClientId(String p0)voidsetCreatedDate(Long p0)voidsetGrantedClientScopesIds(Set<String> p0)voidsetLastUpdatedDate(Long p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodUserConsentEntityDelegatepublic HotRodUserConsentEntityDelegate() 
 - 
HotRodUserConsentEntityDelegatepublic HotRodUserConsentEntityDelegate(HotRodUserConsentEntity hotRodEntity) 
 - 
HotRodUserConsentEntityDelegatepublic HotRodUserConsentEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodUserConsentEntity e) 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapUserConsentEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapUserConsentEntity
 
 - 
getCreatedDatepublic Long getCreatedDate() - Specified by:
- getCreatedDatein interface- MapUserConsentEntity
 
 - 
setCreatedDatepublic void setCreatedDate(Long p0) - Specified by:
- setCreatedDatein interface- MapUserConsentEntity
 
 - 
removeGrantedClientScopesIdpublic void removeGrantedClientScopesId(String p0) - Specified by:
- removeGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
setGrantedClientScopesIdspublic void setGrantedClientScopesIds(Set<String> p0) - Specified by:
- setGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
getGrantedClientScopesIdspublic Set<String> getGrantedClientScopesIds() - Specified by:
- getGrantedClientScopesIdsin interface- MapUserConsentEntity
 
 - 
addGrantedClientScopesIdpublic void addGrantedClientScopesId(String p0) - Specified by:
- addGrantedClientScopesIdin interface- MapUserConsentEntity
 
 - 
getLastUpdatedDatepublic Long getLastUpdatedDate() - Specified by:
- getLastUpdatedDatein interface- MapUserConsentEntity
 
 - 
setLastUpdatedDatepublic void setLastUpdatedDate(Long p0) - Specified by:
- setLastUpdatedDatein interface- MapUserConsentEntity
 
 - 
getHotRodEntitypublic HotRodUserConsentEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodUserConsentEntity>
 
 
- 
 
-