Class ConfigurationPropertyEntityImpl

java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity
com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntityImpl
All Implemented Interfaces:
ConfigurationProperty, ConfigurationPropertyEntity, org.flowable.common.engine.impl.db.HasRevision, org.flowable.common.engine.impl.persistence.entity.Entity

public class ConfigurationPropertyEntityImpl
extends AbstractPlatformEngineEntity
implements ConfigurationPropertyEntity
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String description  
    protected java.lang.String lastUpdaterId  
    protected java.util.Date lastUpdateTime  
    protected java.lang.String name  
    protected java.lang.String namespace  
    protected java.lang.String tenantId  
    protected java.lang.String textValue  

    Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    id, isDeleted, isInserted, isUpdated, originalPersistentState, revision
  • Constructor Summary

    Constructors 
    Constructor Description
    ConfigurationPropertyEntityImpl()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    The description for the property
    java.lang.String getLastUpdaterId()  
    java.util.Date getLastUpdateTime()  
    java.lang.String getName()
    The name of the property
    java.lang.String getNamespace()
    The namespace of the property.
    java.lang.Object getPersistentState()  
    java.lang.String getTenantId()
    The tenant for the property.
    java.lang.String getTextValue()  
    void setDescription​(java.lang.String description)  
    void setLastUpdaterId​(java.lang.String lastUpdaterId)  
    void setLastUpdateTime​(java.util.Date lastUpdateTime)  
    void setName​(java.lang.String name)  
    void setNamespace​(java.lang.String namespace)  
    void setTenantId​(java.lang.String tenantId)  
    void setTextValue​(java.lang.String textValue)  
    java.lang.String toString()  

    Methods inherited from class com.flowable.platform.engine.impl.persistence.entity.AbstractPlatformEngineEntity

    getIdPrefix

    Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity

    getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.flowable.platform.api.configuration.ConfigurationProperty

    getBooleanValue, getId, getIntValue, getLongValue, mapValue

    Methods inherited from interface com.flowable.platform.engine.impl.persistence.entity.ConfigurationPropertyEntity

    setBooleanValue, setIntValue, setLongValue

    Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity

    getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated