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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate)
 - 
Method SummaryAll 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- 
MapComponentEntityFieldDelegatepublic MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapComponentEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapComponentEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic 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 interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapComponentEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapComponentEntity
 
 - 
getProviderIdpublic String getProviderId() - Specified by:
- getProviderIdin interface- MapComponentEntity
 
 - 
setProviderIdpublic void setProviderId(String p0) - Specified by:
- setProviderIdin interface- MapComponentEntity
 
 - 
getProviderTypepublic String getProviderType() - Specified by:
- getProviderTypein interface- MapComponentEntity
 
 - 
setProviderTypepublic void setProviderType(String p0) - Specified by:
- setProviderTypein interface- MapComponentEntity
 
 - 
getSubTypepublic String getSubType() - Specified by:
- getSubTypein interface- MapComponentEntity
 
 - 
setSubTypepublic void setSubType(String p0) - Specified by:
- setSubTypein interface- MapComponentEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapComponentEntity
 
 - 
setParentIdpublic void setParentId(String p0) - Specified by:
- setParentIdin interface- MapComponentEntity
 
 - 
getConfigpublic Map<String,List<String>> getConfig() - Specified by:
- getConfigin interface- MapComponentEntity
 
 
- 
 
-