Class MapScopeEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authorization.entity.MapScopeEntity.AbstractMapScopeEntity
org.keycloak.models.map.authorization.entity.MapScopeEntityFieldDelegate
- All Implemented Interfaces:
MapScopeEntity
,AbstractEntity
,HasEntityFieldDelegate<MapScopeEntity>
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapScopeEntityFieldDelegate
extends MapScopeEntity.AbstractMapScopeEntity
implements MapScopeEntity, HasEntityFieldDelegate<MapScopeEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntity
MapScopeEntity.AbstractMapScopeEntity
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
ConstructorDescriptionMapScopeEntityFieldDelegate
(EntityFieldDelegate<MapScopeEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
setDisplayName
(String p0) void
setIconUri
(String p0) void
void
void
setRealmId
(String p0) void
toString()
-
Constructor Details
-
MapScopeEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapScopeEntity>
-
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
- Overrides:
getId
in classMapScopeEntity.AbstractMapScopeEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapScopeEntity.AbstractMapScopeEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapScopeEntity
-
getName
- Specified by:
getName
in interfaceMapScopeEntity
-
setName
- Specified by:
setName
in interfaceMapScopeEntity
-
getDisplayName
- Specified by:
getDisplayName
in interfaceMapScopeEntity
-
setDisplayName
- Specified by:
setDisplayName
in interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUri
in interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUri
in interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerId
in interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerId
in interfaceMapScopeEntity
-