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
ConstructorsConstructorDescriptionMapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidAn optional operation clearing the updated flag.getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidvoidsetParentId(String p0) voidsetProviderId(String p0) voidvoidsetSubType(String p0) toString()
-
Constructor Details
-
MapComponentEntityFieldDelegate
-
-
Method Details
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
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
-
toString
-
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
-