Package org.keycloak.models.map.lock
Class MapLockEntityDelegate
java.lang.Object
org.keycloak.models.map.lock.MapLockEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapLockEntity>
,UpdatableEntity
,MapLockEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapLockEntityDelegate
extends Object
implements MapLockEntity, HasDelegateProvider<MapLockEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.lock.MapLockEntity
MapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFields
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
void
setKeycloakInstanceIdentifier
(String keycloakInstanceIdentifier) void
void
setTimeAcquired
(Long timeAcquired) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchanged
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapLockEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapLockEntity>
-
toString
-
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
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getName
- Specified by:
getName
in interfaceMapLockEntity
-
setName
- Specified by:
setName
in interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-