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.SearchableFields
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelegateProvider<MapLockEntity>
getDelegateProvider()
String
getId()
String
getKeycloakInstanceIdentifier()
String
getName()
Long
getTimeAcquired()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setId(String id)
void
setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)
void
setName(String name)
void
setTimeAcquired(Long timeAcquired)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntity
isLockUnchanged
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapLockEntityDelegate
public MapLockEntityDelegate(DelegateProvider<MapLockEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapLockEntity> getDelegateProvider()
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<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
- Returns:
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setId
in interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapLockEntity
-
setName
public void setName(String name)
- Specified by:
setName
in interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
public String getKeycloakInstanceIdentifier()
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
public void setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getTimeAcquired
public Long getTimeAcquired()
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
setTimeAcquired
public void setTimeAcquired(Long timeAcquired)
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-
-