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
Constructors Constructor Description MapLockEntityFieldDelegate(EntityFieldDelegate<MapLockEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearUpdatedFlag()
An optional operation clearing the updated flag.EntityFieldDelegate<MapLockEntity>
getEntityFieldDelegate()
String
getId()
String
getKeycloakInstanceIdentifier()
String
getName()
Long
getTimeAcquired()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setId(String p0)
void
setKeycloakInstanceIdentifier(String p0)
void
setName(String p0)
void
setTimeAcquired(Long p0)
-
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
-
-
-
-
Constructor Detail
-
MapLockEntityFieldDelegate
public MapLockEntityFieldDelegate(EntityFieldDelegate<MapLockEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapLockEntity> 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:
-
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
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapLockEntity.AbstractLockEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapLockEntity.AbstractLockEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapLockEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapLockEntity
-
getKeycloakInstanceIdentifier
public String getKeycloakInstanceIdentifier()
- Specified by:
getKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
setKeycloakInstanceIdentifier
public void setKeycloakInstanceIdentifier(String p0)
- Specified by:
setKeycloakInstanceIdentifier
in interfaceMapLockEntity
-
getTimeAcquired
public Long getTimeAcquired()
- Specified by:
getTimeAcquired
in interfaceMapLockEntity
-
setTimeAcquired
public void setTimeAcquired(Long p0)
- Specified by:
setTimeAcquired
in interfaceMapLockEntity
-
-