Class MapComponentEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapComponentEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapComponentEntity>,UpdatableEntity,MapComponentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapComponentEntityFieldDelegate extends UpdatableEntity.Impl implements MapComponentEntity, HasEntityFieldDelegate<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
Constructors Constructor Description MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.Map<String,List<String>>getConfig()EntityFieldDelegate<MapComponentEntity>getEntityFieldDelegate()StringgetId()StringgetName()StringgetParentId()StringgetProviderId()StringgetProviderType()StringgetSubType()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetConfig(Map<String,List<String>> p0)voidsetId(String p0)voidsetName(String p0)voidsetParentId(String p0)voidsetProviderId(String p0)voidsetProviderType(String p0)voidsetSubType(String p0)
-
-
-
Constructor Detail
-
MapComponentEntityFieldDelegate
public MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapComponentEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapComponentEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapComponentEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubTypein interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubTypein interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapComponentEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfigin interfaceMapComponentEntity
-
-