Class HistoricDetailVariableInstanceUpdateEntityImpl
- java.lang.Object
-
- org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
-
- org.activiti.engine.impl.persistence.entity.HistoricDetailEntityImpl
-
- org.activiti.engine.impl.persistence.entity.HistoricDetailVariableInstanceUpdateEntityImpl
-
- All Implemented Interfaces:
Serializable,HistoricData,HistoricDetail,HistoricVariableUpdate,HasRevision,Entity,HistoricDetailEntity,HistoricDetailVariableInstanceUpdateEntity,ValueFields
public class HistoricDetailVariableInstanceUpdateEntityImpl extends HistoricDetailEntityImpl implements HistoricDetailVariableInstanceUpdateEntity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ByteArrayRefbyteArrayRefprotected ObjectcachedValueprotected DoubledoubleValueprotected LonglongValueprotected Stringnameprotected intrevisionprotected StringtextValueprotected StringtextValue2protected VariableTypevariableType-
Fields inherited from class org.activiti.engine.impl.persistence.entity.HistoricDetailEntityImpl
activityInstanceId, detailType, executionId, processInstanceId, taskId, time
-
Fields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated
-
-
Constructor Summary
Constructors Constructor Description HistoricDetailVariableInstanceUpdateEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArrayRefgetByteArrayRef()byte[]getBytes()ObjectgetCachedValue()DoublegetDoubleValue()LonggetLongValue()StringgetName()ObjectgetPersistentState()Returns a representation of the object, as would be stored in the database.intgetRevision()intgetRevisionNext()StringgetTextValue()StringgetTextValue2()ObjectgetValue()StringgetVariableName()VariableTypegetVariableType()StringgetVariableTypeName()voidsetBytes(byte[] bytes)Sets the byte array value.voidsetCachedValue(Object cachedValue)voidsetDoubleValue(Double doubleValue)Sets the double value.voidsetLongValue(Long longValue)Sets the long value.voidsetName(String name)voidsetRevision(int revision)voidsetTextValue(String textValue)Sets the first text value.voidsetTextValue2(String textValue2)Sets second text value.voidsetVariableType(VariableType variableType)StringtoString()-
Methods inherited from class org.activiti.engine.impl.persistence.entity.HistoricDetailEntityImpl
getActivityInstanceId, getDetailType, getExecutionId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
Methods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.history.HistoricDetail
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.HistoricDetailEntity
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
-
Methods inherited from interface org.activiti.engine.impl.variable.ValueFields
getExecutionId, getProcessInstanceId, getTaskId
-
-
-
-
Field Detail
-
revision
protected int revision
-
name
protected String name
-
variableType
protected VariableType variableType
-
longValue
protected Long longValue
-
doubleValue
protected Double doubleValue
-
textValue
protected String textValue
-
textValue2
protected String textValue2
-
byteArrayRef
protected ByteArrayRef byteArrayRef
-
cachedValue
protected Object cachedValue
-
-
Method Detail
-
getPersistentState
public Object getPersistentState()
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity- Overrides:
getPersistentStatein classHistoricDetailEntityImpl
-
getValue
public Object getValue()
- Specified by:
getValuein interfaceHistoricVariableUpdate
-
getVariableTypeName
public String getVariableTypeName()
- Specified by:
getVariableTypeNamein interfaceHistoricVariableUpdate
-
getRevisionNext
public int getRevisionNext()
- Specified by:
getRevisionNextin interfaceHasRevision
-
getBytes
public byte[] getBytes()
- Specified by:
getBytesin interfaceValueFields- Returns:
- the byte array value, if any, or null.
-
getByteArrayRef
public ByteArrayRef getByteArrayRef()
- Specified by:
getByteArrayRefin interfaceHistoricDetailVariableInstanceUpdateEntity
-
setBytes
public void setBytes(byte[] bytes)
Description copied from interface:ValueFieldsSets the byte array value. A value of null is allowed.- Specified by:
setBytesin interfaceValueFields
-
getRevision
public int getRevision()
- Specified by:
getRevisionin interfaceHasRevision- Specified by:
getRevisionin interfaceHistoricVariableUpdate
-
setRevision
public void setRevision(int revision)
- Specified by:
setRevisionin interfaceHasRevision
-
getVariableName
public String getVariableName()
- Specified by:
getVariableNamein interfaceHistoricVariableUpdate
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceHistoricDetailVariableInstanceUpdateEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceValueFields- Returns:
- the name of the variable
-
getVariableType
public VariableType getVariableType()
- Specified by:
getVariableTypein interfaceHistoricDetailVariableInstanceUpdateEntity
-
setVariableType
public void setVariableType(VariableType variableType)
- Specified by:
setVariableTypein interfaceHistoricDetailVariableInstanceUpdateEntity
-
getLongValue
public Long getLongValue()
- Specified by:
getLongValuein interfaceValueFields- Returns:
- the long value, if any, or null.
-
setLongValue
public void setLongValue(Long longValue)
Description copied from interface:ValueFieldsSets the long value. A value of null is allowed.- Specified by:
setLongValuein interfaceValueFields
-
getDoubleValue
public Double getDoubleValue()
- Specified by:
getDoubleValuein interfaceValueFields- Returns:
- the double value, if any, or null.
-
setDoubleValue
public void setDoubleValue(Double doubleValue)
Description copied from interface:ValueFieldsSets the double value. A value of null is allowed.- Specified by:
setDoubleValuein interfaceValueFields
-
getTextValue
public String getTextValue()
- Specified by:
getTextValuein interfaceValueFields- Returns:
- the first text value, if any, or null.
-
setTextValue
public void setTextValue(String textValue)
Description copied from interface:ValueFieldsSets the first text value. A value of null is allowed.- Specified by:
setTextValuein interfaceValueFields
-
getTextValue2
public String getTextValue2()
- Specified by:
getTextValue2in interfaceValueFields- Returns:
- the second text value, if any, or null.
-
setTextValue2
public void setTextValue2(String textValue2)
Description copied from interface:ValueFieldsSets second text value. A value of null is allowed.- Specified by:
setTextValue2in interfaceValueFields
-
getCachedValue
public Object getCachedValue()
- Specified by:
getCachedValuein interfaceValueFields
-
setCachedValue
public void setCachedValue(Object cachedValue)
- Specified by:
setCachedValuein interfaceValueFields
-
-