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.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors 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 Summary
All 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.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)variant instead
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)variant instead
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodComponentEntity e)
-
deepClone
public <V> V deepClone(V obj)
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfigin interfaceMapComponentEntity
-
setConfig
public void setConfig(Map<String,List<String>> p0)
- Specified by:
setConfigin interfaceMapComponentEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapComponentEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapComponentEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubTypein interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubTypein interfaceMapComponentEntity
-
getHotRodEntity
public HotRodComponentEntity getHotRodEntity()
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodComponentEntity>
-
-