Class MapComponentEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapComponentEntityImpl
-
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapComponentEntity
- Direct Known Subclasses:
JpaComponentMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapComponentEntityImpl extends UpdatableEntity.Impl implements MapComponentEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapComponentEntityImpl.Empty-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapComponentEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> VdeepClone(V obj)booleanequals(Object o)Map<String,List<String>>getConfig()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.common.UpdatableEntity.Impl
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
-
MapComponentEntityImpl
public MapComponentEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
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
-
setConfig
public void setConfig(Map<String,List<String>> p0)
- Specified by:
setConfigin interfaceMapComponentEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfigin interfaceMapComponentEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapComponentEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapComponentEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubTypein interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubTypein interfaceMapComponentEntity
-
-