Class HotRodProtocolMapperEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodProtocolMapperEntity>
org.keycloak.models.map.storage.hotRod.client.HotRodProtocolMapperEntityDelegate
- All Implemented Interfaces:
MapProtocolMapperEntity
,AbstractEntity
,UpdatableEntity
,HotRodEntityDelegate<HotRodProtocolMapperEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodProtocolMapperEntityDelegate
extends UpdatableHotRodEntityDelegateImpl<HotRodProtocolMapperEntity>
implements MapProtocolMapperEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodProtocolMapperEntityDelegate
public HotRodProtocolMapperEntityDelegate() -
HotRodProtocolMapperEntityDelegate
-
HotRodProtocolMapperEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getName
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodProtocolMapperEntity>
-