Package org.keycloak.models.map.lock
Class MapLockEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
org.keycloak.models.map.lock.MapLockEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapLockEntity>
,UpdatableEntity
,MapLockEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapLockEntityFieldDelegate
extends MapLockEntity.AbstractLockEntity
implements MapLockEntity, HasEntityFieldDelegate<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
ConstructorDescriptionMapLockEntityFieldDelegate
(EntityFieldDelegate<MapLockEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
An optional operation clearing the updated flag.getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
void
void
setTimeAcquired
(Long p0) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchanged
-
Constructor Details
-
MapLockEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapLockEntity>
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
toString
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapLockEntity.AbstractLockEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapLockEntity.AbstractLockEntity
-
getName
- Specified by:
getName
in interfaceMapLockEntity
-
setName
- Specified by:
setName
in interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-