Package org.keycloak.models.map.lock
Class MapLockEntityImpl
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
- 
- org.keycloak.models.map.lock.MapLockEntityImpl
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- UpdatableEntity,- MapLockEntity
 - Direct Known Subclasses:
- JpaLockMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapLockEntityImpl extends MapLockEntity.AbstractLockEntity implements MapLockEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapLockEntityImpl.Empty- 
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
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapLockEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKeycloakInstanceIdentifier()StringgetName()LonggetTimeAcquired()inthashCode()voidsetKeycloakInstanceIdentifier(String p0)voidsetName(String p0)voidsetTimeAcquired(Long p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntityisLockUnchanged
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapLockEntityImplpublic MapLockEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
setKeycloakInstanceIdentifierpublic void setKeycloakInstanceIdentifier(String p0) - Specified by:
- setKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
getKeycloakInstanceIdentifierpublic String getKeycloakInstanceIdentifier() - Specified by:
- getKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapLockEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapLockEntity
 
 - 
setTimeAcquiredpublic void setTimeAcquired(Long p0) - Specified by:
- setTimeAcquiredin interface- MapLockEntity
 
 - 
getTimeAcquiredpublic Long getTimeAcquired() - Specified by:
- getTimeAcquiredin interface- MapLockEntity
 
 
- 
 
-