Package org.keycloak.models.map.client
Class MapProtocolMapperEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.client.MapProtocolMapperEntityFieldDelegate
- All Implemented Interfaces:
MapProtocolMapperEntity,AbstractEntity,HasEntityFieldDelegate<MapProtocolMapperEntity>,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapProtocolMapperEntityFieldDelegate
extends UpdatableEntity.Impl
implements MapProtocolMapperEntity, HasEntityFieldDelegate<MapProtocolMapperEntity>
-
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
ConstructorsConstructorDescriptionMapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate) -
Method Summary
-
Constructor Details
-
MapProtocolMapperEntityFieldDelegate
public MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapProtocolMapperEntity>
-
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 interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setNamein interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapperin interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapperin interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfigin interfaceMapProtocolMapperEntity
-
setConfig
- Specified by:
setConfigin interfaceMapProtocolMapperEntity
-