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 Summary
Nested Classes Modifier and Type Class Description static classMapLockEntityImpl.Empty-
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
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapLockEntityImpl(DeepCloner cloner)
-
Method Summary
All 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.AbstractLockEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchanged
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapLockEntityImpl
public MapLockEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getKeycloakInstanceIdentifier
public String getKeycloakInstanceIdentifier()
- Specified by:
getKeycloakInstanceIdentifierin interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
public void setKeycloakInstanceIdentifier(String p0)
- Specified by:
setKeycloakInstanceIdentifierin interfaceMapLockEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapLockEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapLockEntity
-
getTimeAcquired
public Long getTimeAcquired()
- Specified by:
getTimeAcquiredin interfaceMapLockEntity
-
setTimeAcquired
public void setTimeAcquired(Long p0)
- Specified by:
setTimeAcquiredin interfaceMapLockEntity
-
-