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.MapLockEntityMapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFields
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
 - 
Method SummaryAll 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntityisLockUnchanged
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapLockEntityDelegatepublic MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapLockEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapLockEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapLockEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapLockEntity
 
 - 
getKeycloakInstanceIdentifierpublic String getKeycloakInstanceIdentifier() - Specified by:
- getKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
setKeycloakInstanceIdentifierpublic void setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier) - Specified by:
- setKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
getTimeAcquiredpublic Long getTimeAcquired() - Specified by:
- getTimeAcquiredin interface- MapLockEntity
 
 - 
setTimeAcquiredpublic void setTimeAcquired(Long timeAcquired) - Specified by:
- setTimeAcquiredin interface- MapLockEntity
 
 
- 
 
-