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 class
MapComponentEntityImpl.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> V
deepClone(V obj)
boolean
equals(Object o)
Map<String,List<String>>
getConfig()
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.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:
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
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapComponentEntity
-
getName
public String getName()
- Specified by:
getName
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
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubType
in interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubType
in interfaceMapComponentEntity
-
-