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/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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
void
void
setTimeAcquired
(Long p0) toString()
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, markUpdatedFlag
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, markUpdatedFlag
-
Constructor Details
-
MapLockEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getName
- Specified by:
getName
in interfaceMapLockEntity
-
setName
- Specified by:
setName
in interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-