Class MapComponentEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.realm.entity.MapComponentEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapComponentEntity>
,UpdatableEntity
,MapComponentEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapComponentEntityFieldDelegate extends UpdatableEntity.Impl implements MapComponentEntity, HasEntityFieldDelegate<MapComponentEntity>
-
-
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
Constructors Constructor Description MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearUpdatedFlag()
An optional operation clearing the updated flag.Map<String,List<String>>
getConfig()
EntityFieldDelegate<MapComponentEntity>
getEntityFieldDelegate()
String
getId()
String
getName()
String
getParentId()
String
getProviderId()
String
getProviderType()
String
getSubType()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
setConfig(Map<String,List<String>> p0)
void
setId(String p0)
void
setName(String p0)
void
setParentId(String p0)
void
setProviderId(String p0)
void
setProviderType(String p0)
void
setSubType(String p0)
-
-
-
Constructor Detail
-
MapComponentEntityFieldDelegate
public MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapComponentEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapComponentEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapComponentEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapComponentEntity
-
getProviderId
public String getProviderId()
- Specified by:
getProviderId
in interfaceMapComponentEntity
-
setProviderId
public void setProviderId(String p0)
- Specified by:
setProviderId
in interfaceMapComponentEntity
-
getProviderType
public String getProviderType()
- Specified by:
getProviderType
in interfaceMapComponentEntity
-
setProviderType
public void setProviderType(String p0)
- Specified by:
setProviderType
in interfaceMapComponentEntity
-
getSubType
public String getSubType()
- Specified by:
getSubType
in interfaceMapComponentEntity
-
setSubType
public void setSubType(String p0)
- Specified by:
setSubType
in interfaceMapComponentEntity
-
getParentId
public String getParentId()
- Specified by:
getParentId
in interfaceMapComponentEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentId
in interfaceMapComponentEntity
-
getConfig
public Map<String,List<String>> getConfig()
- Specified by:
getConfig
in interfaceMapComponentEntity
-
-