Class MapComponentEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.realm.entity.MapComponentEntityImpl
- All Implemented Interfaces:
AbstractEntity,UpdatableEntity,MapComponentEntity
- Direct Known Subclasses:
JpaComponentMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapComponentEntityImpl
extends UpdatableEntity.Impl
implements MapComponentEntity
-
Nested Class Summary
Nested ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescription<V> VdeepClone(V obj) booleangetId()getName()inthashCode()voidvoidvoidvoidsetParentId(String p0) voidsetProviderId(String p0) voidvoidsetSubType(String p0) toString()Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated, markUpdatedFlagMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
MapComponentEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
deepClone
public <V> V deepClone(V obj) -
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
getConfig
- Specified by:
getConfigin interfaceMapComponentEntity
-
setConfig
- Specified by:
setConfigin interfaceMapComponentEntity
-
getName
- Specified by:
getNamein interfaceMapComponentEntity
-
setName
- Specified by:
setNamein interfaceMapComponentEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapComponentEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapComponentEntity
-
getProviderId
- Specified by:
getProviderIdin interfaceMapComponentEntity
-
setProviderId
- Specified by:
setProviderIdin interfaceMapComponentEntity
-
setProviderType
- Specified by:
setProviderTypein interfaceMapComponentEntity
-
getProviderType
- Specified by:
getProviderTypein interfaceMapComponentEntity
-
setSubType
- Specified by:
setSubTypein interfaceMapComponentEntity
-
getSubType
- Specified by:
getSubTypein interfaceMapComponentEntity
-