Class HotRodComponentEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodComponentEntity>
- 
- org.keycloak.models.map.storage.hotRod.realm.entity.HotRodComponentEntityDelegate
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- UpdatableEntity,- MapComponentEntity,- HotRodEntityDelegate<HotRodComponentEntity>
 
 @Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor") public class HotRodComponentEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodComponentEntity> implements MapComponentEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodComponentEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.HotRodComponentEntityDelegate(DeepCloner cloner)HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity)Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VdeepClone(V obj)static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodComponentEntity e)booleanequals(Object o)Map<String,List<String>>getConfig()HotRodComponentEntitygetHotRodEntity()StringgetId()StringgetName()StringgetParentId()StringgetProviderId()StringgetProviderType()StringgetSubType()inthashCode()voidsetConfig(Map<String,List<String>> p0)voidsetId(String p0)voidsetName(String p0)voidsetParentId(String p0)voidsetProviderId(String p0)voidsetProviderType(String p0)voidsetSubType(String 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- 
HotRodComponentEntityDelegatepublic HotRodComponentEntityDelegate() Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)variant instead
 - 
HotRodComponentEntityDelegatepublic HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)variant instead
 - 
HotRodComponentEntityDelegatepublic HotRodComponentEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodComponentEntity e) 
 - 
deepClonepublic <V> V deepClone(V obj) 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setConfigpublic void setConfig(Map<String,List<String>> p0) - Specified by:
- setConfigin interface- MapComponentEntity
 
 - 
getConfigpublic Map<String,List<String>> getConfig() - Specified by:
- getConfigin interface- MapComponentEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapComponentEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapComponentEntity
 
 - 
setParentIdpublic void setParentId(String p0) - Specified by:
- setParentIdin interface- MapComponentEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapComponentEntity
 
 - 
getProviderIdpublic String getProviderId() - Specified by:
- getProviderIdin interface- MapComponentEntity
 
 - 
setProviderIdpublic void setProviderId(String p0) - Specified by:
- setProviderIdin interface- MapComponentEntity
 
 - 
getProviderTypepublic String getProviderType() - Specified by:
- getProviderTypein interface- MapComponentEntity
 
 - 
setProviderTypepublic void setProviderType(String p0) - Specified by:
- setProviderTypein interface- MapComponentEntity
 
 - 
setSubTypepublic void setSubType(String p0) - Specified by:
- setSubTypein interface- MapComponentEntity
 
 - 
getSubTypepublic String getSubType() - Specified by:
- getSubTypein interface- MapComponentEntity
 
 - 
getHotRodEntitypublic HotRodComponentEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodComponentEntity>
 
 
- 
 
-