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
Constructors Constructor Description HotRodProtocolMapperEntityDelegate()
HotRodProtocolMapperEntityDelegate(DeepCloner cloner)
HotRodProtocolMapperEntityDelegate(HotRodProtocolMapperEntity hotRodEntity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
entityEquals(Object o1, Object o2)
static int
entityHashCode(HotRodProtocolMapperEntity e)
boolean
equals(Object o)
Map<String,String>
getConfig()
HotRodProtocolMapperEntity
getHotRodEntity()
String
getId()
String
getName()
String
getProtocolMapper()
int
hashCode()
void
setConfig(Map<String,String> p0)
void
setId(String p0)
void
setName(String p0)
void
setProtocolMapper(String p0)
String
toString()
-
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
-
-
-
-
Constructor Detail
-
HotRodProtocolMapperEntityDelegate
public HotRodProtocolMapperEntityDelegate()
-
HotRodProtocolMapperEntityDelegate
public HotRodProtocolMapperEntityDelegate(HotRodProtocolMapperEntity hotRodEntity)
-
HotRodProtocolMapperEntityDelegate
public HotRodProtocolMapperEntityDelegate(DeepCloner cloner)
-
-
Method Detail
-
entityHashCode
public static int entityHashCode(HotRodProtocolMapperEntity e)
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
getConfig
public Map<String,String> getConfig()
- Specified by:
getConfig
in interfaceMapProtocolMapperEntity
-
setConfig
public void setConfig(Map<String,String> p0)
- Specified by:
setConfig
in interfaceMapProtocolMapperEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapProtocolMapperEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapProtocolMapperEntity
-
getProtocolMapper
public String getProtocolMapper()
- Specified by:
getProtocolMapper
in interfaceMapProtocolMapperEntity
-
setProtocolMapper
public void setProtocolMapper(String p0)
- Specified by:
setProtocolMapper
in interfaceMapProtocolMapperEntity
-
getHotRodEntity
public HotRodProtocolMapperEntity getHotRodEntity()
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodProtocolMapperEntity>
-
-