Interface HistoricFormPropertyEntity
- All Superinterfaces:
Entity, HistoricData, HistoricDetail, HistoricDetailEntity, HistoricFormProperty
- All Known Implementing Classes:
HistoricFormPropertyEntityImpl
- Author:
- Tom Baeyens, Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionthe id or key of the propertythe submitted valuevoidsetPropertyId(String propertyId) voidsetPropertyValue(String propertyValue) Methods inherited from interface Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimeMethods inherited from interface HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
Method Details
-
getPropertyId
String getPropertyId()Description copied from interface:HistoricFormPropertythe id or key of the property- Specified by:
getPropertyIdin interfaceHistoricFormProperty
-
setPropertyId
-
getPropertyValue
String getPropertyValue()Description copied from interface:HistoricFormPropertythe submitted value- Specified by:
getPropertyValuein interfaceHistoricFormProperty
-
setPropertyValue
-