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.MapLockEntity
MapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFieldsNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidvoidsetKeycloakInstanceIdentifier(String keycloakInstanceIdentifier) voidvoidsetTimeAcquired(Long timeAcquired) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchangedMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapLockEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapLockEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getName
- Specified by:
getNamein interfaceMapLockEntity
-
setName
- Specified by:
setNamein interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
- Specified by:
getKeycloakInstanceIdentifierin interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
- Specified by:
setKeycloakInstanceIdentifierin interfaceMapLockEntity
-
getTimeAcquired
- Specified by:
getTimeAcquiredin interfaceMapLockEntity
-
setTimeAcquired
- Specified by:
setTimeAcquiredin interfaceMapLockEntity
-