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
ConstructorsConstructorDescriptionDeprecated.HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. -
Method Summary
Modifier and TypeMethodDescription<V> VdeepClone(V obj) static booleanentityEquals(Object o1, Object o2) static intbooleangetId()getName()inthashCode()voidvoidvoidvoidsetParentId(String p0) voidsetProviderId(String p0) voidvoidsetSubType(String p0) toString()Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)variant instead -
HotRodComponentEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat 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:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getConfig
- Specified by:
getConfigin interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfigin interfaceMapComponentEntity
-
setName
- Specified by:
setNamein interfaceMapComponentEntity
-
getName
- Specified by:
getNamein interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapComponentEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
setProviderType
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
getProviderType
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
setSubType
- Specified by:
setSubTypein interfaceMapComponentEntity
-
getSubType
- Specified by:
getSubTypein interfaceMapComponentEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodComponentEntity>
-
DeepCloner.DUMB_CLONERthat does not clone anything.