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
ConstructorDescriptionMapProtocolMapperEntityFieldDelegate
(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate) -
Method Summary
-
Constructor Details
-
MapProtocolMapperEntityFieldDelegate
public MapProtocolMapperEntityFieldDelegate(EntityFieldDelegate<MapProtocolMapperEntity> entityFieldDelegate)
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapProtocolMapperEntity>
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
toString
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getName
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-