Class MapScopeEntityDelegate
java.lang.Object
org.keycloak.models.map.authorization.entity.MapScopeEntityDelegate
- All Implemented Interfaces:
MapScopeEntity,AbstractEntity,HasDelegateProvider<MapScopeEntity>,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapScopeEntityDelegate
extends Object
implements MapScopeEntity, HasDelegateProvider<MapScopeEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapScopeEntity
MapScopeEntity.AbstractMapScopeEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetDisplayName(String displayName) voidsetIconUri(String iconUri) voidvoidvoidsetRealmId(String realmId) voidsetResourceServerId(String resourceServerId) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapScopeEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapScopeEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapScopeEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapScopeEntity
-
getName
- Specified by:
getNamein interfaceMapScopeEntity
-
setName
- Specified by:
setNamein interfaceMapScopeEntity
-
getDisplayName
- Specified by:
getDisplayNamein interfaceMapScopeEntity
-
setDisplayName
- Specified by:
setDisplayNamein interfaceMapScopeEntity
-
getIconUri
- Specified by:
getIconUriin interfaceMapScopeEntity
-
setIconUri
- Specified by:
setIconUriin interfaceMapScopeEntity
-
getResourceServerId
- Specified by:
getResourceServerIdin interfaceMapScopeEntity
-
setResourceServerId
- Specified by:
setResourceServerIdin interfaceMapScopeEntity
-