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 VariableType |
variableType |
activityInstanceId, detailType, executionId, id, processInstanceId, taskId, time| Constructor and Description |
|---|
HistoricDetailVariableInstanceUpdateEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
getByteArrayRef() |
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getTextValue() |
String |
getTextValue2() |
Object |
getValue() |
String |
getVariableName() |
VariableType |
getVariableType() |
String |
getVariableTypeName() |
void |
setBytes(byte[] bytes)
Sets the byte array value.
|
void |
setCachedValue(Object cachedValue) |
void |
setDoubleValue(Double doubleValue)
Sets the double value.
|
void |
setLongValue(Long longValue)
Sets the long value.
|
void |
setName(String name) |
void |
setRevision(int revision) |
void |
setTextValue(String textValue)
Sets the first text value.
|
void |
setTextValue2(String textValue2)
Sets second text value.
|
void |
setVariableType(VariableType variableType) |
String |
toString() |
getActivityInstanceId, getDetailType, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime, setActivityInstanceId, setDetailType, setExecutionId, setId, setProcessInstanceId, setTaskId, setTimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTimegetActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTimeprotected int revision
protected String name
protected VariableType variableType
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected final ByteArrayRef byteArrayRef
protected Object cachedValue
public HistoricDetailVariableInstanceUpdateEntityImpl()
public Object getPersistentState()
EntitygetPersistentState 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 ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface HistoricDetailVariableInstanceUpdateEntitypublic void setBytes(byte[] bytes)
ValueFieldssetBytes in interface ValueFieldspublic int getRevision()
getRevision in interface HistoricVariableUpdategetRevision in interface HasRevisionpublic 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 ValueFieldspublic VariableType getVariableType()
getVariableType in interface HistoricDetailVariableInstanceUpdateEntitypublic void setVariableType(VariableType variableType)
setVariableType in interface HistoricDetailVariableInstanceUpdateEntitypublic Long getLongValue()
getLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
ValueFieldssetLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
ValueFieldssetDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface ValueFieldspublic void setTextValue(String textValue)
ValueFieldssetTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
ValueFieldssetTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface ValueFieldsCopyright © 2015 Alfresco. All rights reserved.