public class HistoricVariableInstanceEntityImpl extends AbstractVariableServiceEntity implements HistoricVariableInstanceEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected Date |
createTime |
protected Double |
doubleValue |
protected String |
executionId |
protected Date |
lastUpdatedTime |
protected Long |
longValue |
protected String |
name |
protected String |
processInstanceId |
protected String |
scopeId |
protected String |
scopeType |
protected String |
subScopeId |
protected String |
taskId |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
variableType |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
HistoricVariableInstanceEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String name
protected VariableType variableType
protected String processInstanceId
protected String executionId
protected String taskId
protected String scopeId
protected String subScopeId
protected String scopeType
protected Date createTime
protected Date lastUpdatedTime
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected ByteArrayRef byteArrayRef
protected Object cachedValue
public Object getPersistentState()
getPersistentState in interface Entitypublic Object getValue()
getValue in interface HistoricVariableInstancepublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface ValueFieldspublic String getVariableTypeName()
getVariableTypeName in interface HistoricVariableInstancepublic String getVariableName()
getVariableName in interface HistoricVariableInstancepublic VariableType getVariableType()
getVariableType in interface HistoricVariableInstanceEntitypublic String getName()
getName in interface ValueFieldspublic void setName(String name)
setName in interface HistoricVariableInstanceEntitypublic Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldspublic void setVariableType(VariableType variableType)
setVariableType in interface HistoricVariableInstanceEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface HistoricVariableInstanceEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface HistoricVariableInstancegetProcessInstanceId in interface ValueFieldspublic String getTaskId()
getTaskId in interface HistoricVariableInstancegetTaskId in interface ValueFieldspublic void setTaskId(String taskId)
setTaskId in interface HistoricVariableInstanceEntitypublic Date getCreateTime()
getCreateTime in interface HistoricVariableInstancepublic void setCreateTime(Date createTime)
setCreateTime in interface HistoricVariableInstanceEntitypublic Date getLastUpdatedTime()
getLastUpdatedTime in interface HistoricVariableInstancepublic void setLastUpdatedTime(Date lastUpdatedTime)
setLastUpdatedTime in interface HistoricVariableInstanceEntitypublic Date getTime()
getTime in interface HistoricDatapublic String getExecutionId()
getExecutionId in interface ValueFieldspublic void setExecutionId(String executionId)
setExecutionId in interface HistoricVariableInstanceEntitypublic String getScopeId()
getScopeId in interface HistoricVariableInstancegetScopeId in interface ValueFieldspublic void setScopeId(String scopeId)
setScopeId in interface HistoricVariableInstanceEntitypublic String getSubScopeId()
getSubScopeId in interface HistoricVariableInstancegetSubScopeId in interface ValueFieldspublic void setSubScopeId(String subScopeId)
setSubScopeId in interface HistoricVariableInstanceEntitypublic String getScopeType()
getScopeType in interface HistoricVariableInstancegetScopeType in interface ValueFieldspublic void setScopeType(String scopeType)
setScopeType in interface HistoricVariableInstanceEntitypublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface HistoricVariableInstanceEntityprotected String getEngineType()
Copyright © 2021 Flowable. All rights reserved.