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
ConstructorsConstructorDescriptionMapComponentEntityDelegate(DelegateProvider<MapComponentEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidvoidvoidvoidsetParentId(String parentId) voidsetProviderId(String providerId) voidsetProviderType(String providerType) voidsetSubType(String subType) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapComponentEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapComponentEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getName
- Specified by:
getNamein interfaceMapComponentEntity
-
setName
- Specified by:
setNamein interfaceMapComponentEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
getProviderType
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
setProviderType
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
getSubType
- Specified by:
getSubTypein interfaceMapComponentEntity
-
setSubType
- Specified by:
setSubTypein interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getConfig
- Specified by:
getConfigin interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfigin interfaceMapComponentEntity
-