Class HistoricFormPropertyEntityImpl
- java.lang.Object
-
- org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
-
- org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
-
- org.flowable.engine.impl.persistence.entity.HistoricFormPropertyEntityImpl
-
- All Implemented Interfaces:
Serializable,HistoricData,Entity,HistoricDetail,HistoricFormProperty,HistoricDetailEntity,HistoricFormPropertyEntity
public class HistoricFormPropertyEntityImpl extends HistoricDetailEntityImpl implements HistoricFormPropertyEntity
- Author:
- Tom Baeyens, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpropertyIdprotected StringpropertyValue-
Fields inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
activityInstanceId, detailType, executionId, processInstanceId, taskId, time
-
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
-
Constructor Summary
Constructors Constructor Description HistoricFormPropertyEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyId()the id or key of the propertyStringgetPropertyValue()the submitted valuevoidsetPropertyId(String propertyId)voidsetPropertyValue(String propertyValue)-
Methods inherited from class org.flowable.engine.impl.persistence.entity.HistoricDetailEntityImpl
getActivityInstanceId, getDetailType, getExecutionId, getPersistentState, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
Methods inherited from class org.flowable.engine.impl.persistence.entity.AbstractBpmnEngineNoRevisionEntity
getIdPrefix
-
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Methods inherited from interface org.flowable.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
Methods inherited from interface org.flowable.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
-
-
-
Method Detail
-
getPropertyId
public String getPropertyId()
Description copied from interface:HistoricFormPropertythe id or key of the property- Specified by:
getPropertyIdin interfaceHistoricFormProperty- Specified by:
getPropertyIdin interfaceHistoricFormPropertyEntity
-
setPropertyId
public void setPropertyId(String propertyId)
- Specified by:
setPropertyIdin interfaceHistoricFormPropertyEntity
-
getPropertyValue
public String getPropertyValue()
Description copied from interface:HistoricFormPropertythe submitted value- Specified by:
getPropertyValuein interfaceHistoricFormProperty- Specified by:
getPropertyValuein interfaceHistoricFormPropertyEntity
-
setPropertyValue
public void setPropertyValue(String propertyValue)
- Specified by:
setPropertyValuein interfaceHistoricFormPropertyEntity
-
-