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, setTime
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDetailType, setActivityInstanceId, setDetailType, setExecutionId, setProcessInstanceId, setTaskId, setTime
getActivityInstanceId, getExecutionId, getId, getProcessInstanceId, getTaskId, getTime
protected 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()
Entity
getPersistentState
in interface Entity
getPersistentState
in class HistoricDetailEntityImpl
public Object getValue()
getValue
in interface HistoricVariableUpdate
public String getVariableTypeName()
getVariableTypeName
in interface HistoricVariableUpdate
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public byte[] getBytes()
getBytes
in interface ValueFields
public ByteArrayRef getByteArrayRef()
getByteArrayRef
in interface HistoricDetailVariableInstanceUpdateEntity
public void setBytes(byte[] bytes)
ValueFields
setBytes
in interface ValueFields
public int getRevision()
getRevision
in interface HistoricVariableUpdate
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getVariableName()
getVariableName
in interface HistoricVariableUpdate
public void setName(String name)
setName
in interface HistoricDetailVariableInstanceUpdateEntity
public String getName()
getName
in interface ValueFields
public VariableType getVariableType()
getVariableType
in interface HistoricDetailVariableInstanceUpdateEntity
public void setVariableType(VariableType variableType)
setVariableType
in interface HistoricDetailVariableInstanceUpdateEntity
public Long getLongValue()
getLongValue
in interface ValueFields
public void setLongValue(Long longValue)
ValueFields
setLongValue
in interface ValueFields
public Double getDoubleValue()
getDoubleValue
in interface ValueFields
public void setDoubleValue(Double doubleValue)
ValueFields
setDoubleValue
in interface ValueFields
public String getTextValue()
getTextValue
in interface ValueFields
public void setTextValue(String textValue)
ValueFields
setTextValue
in interface ValueFields
public String getTextValue2()
getTextValue2
in interface ValueFields
public void setTextValue2(String textValue2)
ValueFields
setTextValue2
in interface ValueFields
public Object getCachedValue()
getCachedValue
in interface ValueFields
public void setCachedValue(Object cachedValue)
setCachedValue
in interface ValueFields
Copyright © 2015 Alfresco. All rights reserved.