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_CLONER
that does not clone anything.HotRodComponentEntityDelegate(DeepCloner cloner)
HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> V
deepClone(V obj)
static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodComponentEntity e)
boolean
equals(Object o)
Map<String,List<String>>
getConfig()
HotRodComponentEntity
getHotRodEntity()
String
getId()
String
getName()
String
getParentId()
String
getProviderId()
String
getProviderType()
String
getSubType()
int
hashCode()
void
setConfig(Map<String,List<String>> p0)
void
setId(String p0)
void
setName(String p0)
void
setParentId(String p0)
void
setProviderId(String p0)
void
setProviderType(String p0)
void
setSubType(String p0)
String
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
-
-
-
-
Constructor Detail
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate()
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodComponentEntityDelegate(DeepCloner)
variant instead
-
HotRodComponentEntityDelegate
public HotRodComponentEntityDelegate(HotRodComponentEntity hotRodEntity)
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that 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:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setConfig
public void setConfig(Map<String,List<String>> p0)
- Specified by:
setConfig
in interfaceMapComponentEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfig
in interfaceMapComponentEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapComponentEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapComponentEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentId
in interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentId
in interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderId
in interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubType
in interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubType
in interfaceMapComponentEntity
-
getHotRodEntity
public HotRodComponentEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodComponentEntity>
-
-