public class HistoricDetailVariableInstanceUpdateEntityImpl extends HistoricDetailEntityImpl implements HistoricDetailVariableInstanceUpdateEntity
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected Double |
doubleValue |
protected Long |
longValue |
protected String |
name |
protected int |
revision |
protected String |
textValue |
protected String |
textValue2 |
protected org.flowable.variable.api.types.VariableType |
variableType |
activityInstanceId, detailType, executionId, processInstanceId, taskId, timeid, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
HistoricDetailVariableInstanceUpdateEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getByteArrayRef() |
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState() |
int |
getRevision() |
int |
getRevisionNext() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTextValue() |
String |
getTextValue2() |
Object |
getValue() |
String |
getVariableName() |
org.flowable.variable.api.types.VariableType |
getVariableType() |
String |
getVariableTypeName() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setRevision(int revision) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setVariableType(org.flowable.variable.api.types.VariableType variableType) |
String |
toString() |
getActivityInstanceId, getDetailType, getExecutionId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTimegetIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTimegetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetExecutionId, getProcessInstanceId, getTaskIdgetActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimeprotected int revision
protected String name
protected org.flowable.variable.api.types.VariableType variableType
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected ByteArrayRef byteArrayRef
protected Object cachedValue
public HistoricDetailVariableInstanceUpdateEntityImpl()
public Object getPersistentState()
getPersistentState in interface EntitygetPersistentState in class HistoricDetailEntityImplpublic Object getValue()
getValue in interface HistoricVariableUpdatepublic String getVariableTypeName()
getVariableTypeName in interface HistoricVariableUpdatepublic int getRevisionNext()
getRevisionNext in interface HasRevisionpublic byte[] getBytes()
getBytes in interface org.flowable.variable.api.types.ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface HistoricDetailVariableInstanceUpdateEntitypublic void setBytes(byte[] bytes)
setBytes in interface org.flowable.variable.api.types.ValueFieldspublic int getRevision()
getRevision in interface HasRevisiongetRevision in interface HistoricVariableUpdatepublic void setRevision(int revision)
setRevision in interface HasRevisionpublic String getVariableName()
getVariableName in interface HistoricVariableUpdatepublic void setName(String name)
setName in interface HistoricDetailVariableInstanceUpdateEntitypublic String getName()
getName in interface org.flowable.variable.api.types.ValueFieldspublic org.flowable.variable.api.types.VariableType getVariableType()
getVariableType in interface HistoricDetailVariableInstanceUpdateEntitypublic void setVariableType(org.flowable.variable.api.types.VariableType variableType)
setVariableType in interface HistoricDetailVariableInstanceUpdateEntitypublic Long getLongValue()
getLongValue in interface org.flowable.variable.api.types.ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface org.flowable.variable.api.types.ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue()
getTextValue in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface org.flowable.variable.api.types.ValueFieldspublic String getTextValue2()
getTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface org.flowable.variable.api.types.ValueFieldspublic Object getCachedValue()
getCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeId()
getScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getSubScopeId()
getSubScopeId in interface org.flowable.variable.api.types.ValueFieldspublic String getScopeType()
getScopeType in interface org.flowable.variable.api.types.ValueFieldsCopyright © 2019 Flowable. All rights reserved.