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
ConstructorDescriptionDeprecated.HotRodComponentEntityDelegate
(HotRodComponentEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescription<V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getId()
getName()
int
hashCode()
void
void
void
void
setParentId
(String p0) void
setProviderId
(String p0) void
void
setSubType
(String p0) toString()
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, markUpdatedFlag
-
Constructor Details
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)
variant instead -
HotRodComponentEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)
variant instead -
HotRodComponentEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapComponentEntity
-
setName
- Specified by:
setName
in interfaceMapComponentEntity
-
getName
- Specified by:
getName
in interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentId
in interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentId
in interfaceMapComponentEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapComponentEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapComponentEntity
-
setProviderType
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
getProviderType
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
setSubType
- Specified by:
setSubType
in interfaceMapComponentEntity
-
getSubType
- Specified by:
getSubType
in interfaceMapComponentEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodComponentEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.