Package org.keycloak.models.map.lock
Class MapLockEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.lock.MapLockEntity.AbstractLockEntity
- 
- org.keycloak.models.map.lock.MapLockEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- UpdatableEntity,- MapLockEntity
 - Enclosing class:
- MapLockEntityImpl
 
 public static class MapLockEntityImpl.Empty extends MapLockEntity.AbstractLockEntity implements MapLockEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.lock.MapLockEntityMapLockEntity.AbstractLockEntity, MapLockEntity.SearchableFields
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapLockEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetKeycloakInstanceIdentifier()StringgetName()LonggetTimeAcquired()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetId(String id)voidsetKeycloakInstanceIdentifier(String keycloakInstanceIdentifier)voidsetName(String name)voidsetTimeAcquired(Long timeAcquired)- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.lock.MapLockEntityisLockUnchanged
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapLockEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapLockEntity.AbstractLockEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapLockEntity.AbstractLockEntity
 
 - 
setKeycloakInstanceIdentifierpublic void setKeycloakInstanceIdentifier(String keycloakInstanceIdentifier) - Specified by:
- setKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
getKeycloakInstanceIdentifierpublic String getKeycloakInstanceIdentifier() - Specified by:
- getKeycloakInstanceIdentifierin interface- MapLockEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapLockEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapLockEntity
 
 - 
setTimeAcquiredpublic void setTimeAcquired(Long timeAcquired) - Specified by:
- setTimeAcquiredin interface- MapLockEntity
 
 - 
getTimeAcquiredpublic Long getTimeAcquired() - Specified by:
- getTimeAcquiredin interface- MapLockEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 
- 
 
-