public class DataObjectVariableEntityImpl extends AbstractDataObjectEngineEntity implements DataObjectVariableEntity
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected String |
dataInstanceId |
protected boolean |
deleted |
protected Double |
doubleValue |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
id, isDeleted, isInserted, isUpdated, originalPersistentState, revision| Constructor and Description |
|---|
DataObjectVariableEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ensureByteArrayRefInitialized() |
void |
forceUpdate() |
ByteArrayRef |
getByteArrayRef() |
byte[] |
getBytes() |
Object |
getCachedValue() |
String |
getDataInstanceId() |
Double |
getDoubleValue() |
String |
getExecutionId() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState() |
String |
getProcessInstanceId() |
String |
getScopeId() |
String |
getScopeType() |
String |
getSubScopeId() |
String |
getTaskId() |
String |
getTextValue() |
String |
getTextValue2() |
VariableType |
getType() |
String |
getTypeName() |
Object |
getValue() |
void |
setBytes(byte[] bytes) |
void |
setCachedValue(Object cachedValue) |
void |
setDataInstanceId(String dataInstanceId) |
void |
setDoubleValue(Double doubleValue) |
void |
setLongValue(Long longValue) |
void |
setName(String name) |
void |
setTextValue(String textValue) |
void |
setTextValue2(String textValue2) |
void |
setType(VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
String |
toString() |
getIdPrefixgetId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetIdgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String name
protected VariableType type
protected String typeName
protected String dataInstanceId
protected Long longValue
protected Double doubleValue
protected String textValue
protected String textValue2
protected ByteArrayRef byteArrayRef
protected Object cachedValue
protected boolean forcedUpdate
protected boolean deleted
public Object getPersistentState()
getPersistentState in interface Entitypublic void forceUpdate()
forceUpdate in interface DataObjectVariableEntitypublic byte[] getBytes()
getBytes in interface DataObjectVariablegetBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
setBytes in interface DataObjectVariableEntitysetBytes in interface ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface DataObjectVariableEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface DataObjectVariablepublic void setValue(Object value)
setValue in interface DataObjectVariableEntitypublic void setName(String name)
setName in interface DataObjectVariableEntitypublic String getName()
getName in interface DataObjectVariablegetName in interface ValueFieldspublic String getDataInstanceId()
getDataInstanceId in interface DataObjectVariablepublic void setDataInstanceId(String dataInstanceId)
setDataInstanceId in interface DataObjectVariableEntitypublic String getTypeName()
getTypeName in interface DataObjectVariablepublic void setTypeName(String typeName)
setTypeName in interface DataObjectVariableEntitypublic VariableType getType()
getType in interface DataObjectVariableEntitypublic void setType(VariableType type)
setType in interface DataObjectVariableEntitypublic Long getLongValue()
getLongValue in interface DataObjectVariablegetLongValue in interface ValueFieldspublic void setLongValue(Long longValue)
setLongValue in interface DataObjectVariableEntitysetLongValue in interface ValueFieldspublic Double getDoubleValue()
getDoubleValue in interface DataObjectVariablegetDoubleValue in interface ValueFieldspublic void setDoubleValue(Double doubleValue)
setDoubleValue in interface DataObjectVariableEntitysetDoubleValue in interface ValueFieldspublic String getTextValue()
getTextValue in interface DataObjectVariablegetTextValue in interface ValueFieldspublic void setTextValue(String textValue)
setTextValue in interface DataObjectVariableEntitysetTextValue in interface ValueFieldspublic String getTextValue2()
getTextValue2 in interface DataObjectVariablegetTextValue2 in interface ValueFieldspublic void setTextValue2(String textValue2)
setTextValue2 in interface DataObjectVariableEntitysetTextValue2 in interface ValueFieldspublic Object getCachedValue()
getCachedValue in interface DataObjectVariableEntitygetCachedValue in interface ValueFieldspublic void setCachedValue(Object cachedValue)
setCachedValue in interface DataObjectVariableEntitysetCachedValue in interface ValueFieldspublic String getProcessInstanceId()
getProcessInstanceId in interface ValueFieldspublic String getExecutionId()
getExecutionId in interface ValueFieldspublic String getScopeId()
getScopeId in interface ValueFieldspublic String getSubScopeId()
getSubScopeId in interface ValueFieldspublic String getScopeType()
getScopeType in interface ValueFieldspublic String getTaskId()
getTaskId in interface ValueFields