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.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description HotRodProtocolMapperEntityDelegate()HotRodProtocolMapperEntityDelegate(DeepCloner cloner)HotRodProtocolMapperEntityDelegate(HotRodProtocolMapperEntity hotRodEntity)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanentityEquals(Object o1, Object o2)static intentityHashCode(HotRodProtocolMapperEntity e)booleanequals(Object o)Map<String,String>getConfig()HotRodProtocolMapperEntitygetHotRodEntity()StringgetId()StringgetName()StringgetProtocolMapper()inthashCode()voidsetConfig(Map<String,String> p0)voidsetId(String p0)voidsetName(String p0)voidsetProtocolMapper(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
HotRodProtocolMapperEntityDelegatepublic HotRodProtocolMapperEntityDelegate() 
 - 
HotRodProtocolMapperEntityDelegatepublic HotRodProtocolMapperEntityDelegate(HotRodProtocolMapperEntity hotRodEntity) 
 - 
HotRodProtocolMapperEntityDelegatepublic HotRodProtocolMapperEntityDelegate(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
entityHashCodepublic static int entityHashCode(HotRodProtocolMapperEntity e) 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
getConfigpublic Map<String,String> getConfig() - Specified by:
- getConfigin interface- MapProtocolMapperEntity
 
 - 
setConfigpublic void setConfig(Map<String,String> p0) - Specified by:
- setConfigin interface- MapProtocolMapperEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapProtocolMapperEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapProtocolMapperEntity
 
 - 
getProtocolMapperpublic String getProtocolMapper() - Specified by:
- getProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
setProtocolMapperpublic void setProtocolMapper(String p0) - Specified by:
- setProtocolMapperin interface- MapProtocolMapperEntity
 
 - 
getHotRodEntitypublic HotRodProtocolMapperEntity getHotRodEntity() - Specified by:
- getHotRodEntityin interface- HotRodEntityDelegate<HotRodProtocolMapperEntity>
 
 
- 
 
-