Class MapComponentEntityDelegate
java.lang.Object
org.keycloak.models.map.realm.entity.MapComponentEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapComponentEntity>
,UpdatableEntity
,MapComponentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapComponentEntityDelegate
extends Object
implements MapComponentEntity, HasDelegateProvider<MapComponentEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionMapComponentEntityDelegate
(DelegateProvider<MapComponentEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
void
void
void
setParentId
(String parentId) void
setProviderId
(String providerId) void
setProviderType
(String providerType) void
setSubType
(String subType) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapComponentEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapComponentEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getName
- Specified by:
getName
in interfaceMapComponentEntity
-
setName
- Specified by:
setName
in interfaceMapComponentEntity
-
getProviderId
- Specified by:
getProviderId
in interfaceMapComponentEntity
-
setProviderId
- Specified by:
setProviderId
in interfaceMapComponentEntity
-
getProviderType
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
setProviderType
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
getSubType
- Specified by:
getSubType
in interfaceMapComponentEntity
-
setSubType
- Specified by:
setSubType
in interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentId
in interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentId
in interfaceMapComponentEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapComponentEntity
-