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
Constructors Constructor Description MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapLockEntity>getDelegateProvider()StringgetId()StringgetKeycloakInstanceIdentifier()StringgetName()LonggetTimeAcquired()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetId(String id)voidsetKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)voidsetName(String name)voidsetTimeAcquired(Long timeAcquired)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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
-
-
-
-
Constructor Detail
-
MapLockEntityDelegate
public MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapLockEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapLockEntity>
-
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
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapLockEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
public String getKeycloakInstanceIdentifier()
- Specified by:
getKeycloakInstanceIdentifierin interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
public void setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)
- Specified by:
setKeycloakInstanceIdentifierin interfaceMapLockEntity
-
getTimeAcquired
public Long getTimeAcquired()
- Specified by:
getTimeAcquiredin interfaceMapLockEntity
-
setTimeAcquired
public void setTimeAcquired(Long timeAcquired)
- Specified by:
setTimeAcquiredin interfaceMapLockEntity
-
-