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/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
-
Method Summary
Modifier and TypeMethodDescription<V> V
deepClone
(V obj) 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.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapComponentEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
deepClone
public <V> V deepClone(V obj) -
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapComponentEntity
-
getName
- Specified by:
getName
in interfaceMapComponentEntity
-
setName
- Specified by:
setName
in interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentId
in interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentId
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
-