Package org.keycloak.models.map.client
Class MapProtocolMapperEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.client.MapProtocolMapperEntityImpl
- All Implemented Interfaces:
MapProtocolMapperEntity
,AbstractEntity
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapProtocolMapperEntityImpl
extends UpdatableEntity.Impl
implements MapProtocolMapperEntity
-
Nested Class Summary
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
-
Method Summary
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlag
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
-
MapProtocolMapperEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setConfig
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
getConfig
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setName
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getName
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-