Class MapComponentEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapComponentEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity
,UpdatableEntity
,MapComponentEntity
- Enclosing class:
- MapComponentEntityImpl
public static class MapComponentEntityImpl.Empty
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 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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
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
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-