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() |
getIdPrefix
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setId
getId
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
protected 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 Entity
public void forceUpdate()
forceUpdate
in interface DataObjectVariableEntity
public byte[] getBytes()
getBytes
in interface DataObjectVariable
getBytes
in interface ValueFields
public void setBytes(byte[] bytes)
setBytes
in interface DataObjectVariableEntity
setBytes
in interface ValueFields
public ByteArrayRef getByteArrayRef()
getByteArrayRef
in interface DataObjectVariableEntity
protected void ensureByteArrayRefInitialized()
public Object getValue()
getValue
in interface DataObjectVariable
public void setValue(Object value)
setValue
in interface DataObjectVariableEntity
public void setName(String name)
setName
in interface DataObjectVariableEntity
public String getName()
getName
in interface DataObjectVariable
getName
in interface ValueFields
public String getDataInstanceId()
getDataInstanceId
in interface DataObjectVariable
public void setDataInstanceId(String dataInstanceId)
setDataInstanceId
in interface DataObjectVariableEntity
public String getTypeName()
getTypeName
in interface DataObjectVariable
public void setTypeName(String typeName)
setTypeName
in interface DataObjectVariableEntity
public VariableType getType()
getType
in interface DataObjectVariableEntity
public void setType(VariableType type)
setType
in interface DataObjectVariableEntity
public Long getLongValue()
getLongValue
in interface DataObjectVariable
getLongValue
in interface ValueFields
public void setLongValue(Long longValue)
setLongValue
in interface DataObjectVariableEntity
setLongValue
in interface ValueFields
public Double getDoubleValue()
getDoubleValue
in interface DataObjectVariable
getDoubleValue
in interface ValueFields
public void setDoubleValue(Double doubleValue)
setDoubleValue
in interface DataObjectVariableEntity
setDoubleValue
in interface ValueFields
public String getTextValue()
getTextValue
in interface DataObjectVariable
getTextValue
in interface ValueFields
public void setTextValue(String textValue)
setTextValue
in interface DataObjectVariableEntity
setTextValue
in interface ValueFields
public String getTextValue2()
getTextValue2
in interface DataObjectVariable
getTextValue2
in interface ValueFields
public void setTextValue2(String textValue2)
setTextValue2
in interface DataObjectVariableEntity
setTextValue2
in interface ValueFields
public Object getCachedValue()
getCachedValue
in interface DataObjectVariableEntity
getCachedValue
in interface ValueFields
public void setCachedValue(Object cachedValue)
setCachedValue
in interface DataObjectVariableEntity
setCachedValue
in interface ValueFields
public String getProcessInstanceId()
getProcessInstanceId
in interface ValueFields
public String getExecutionId()
getExecutionId
in interface ValueFields
public String getScopeId()
getScopeId
in interface ValueFields
public String getSubScopeId()
getSubScopeId
in interface ValueFields
public String getScopeType()
getScopeType
in interface ValueFields
public String getTaskId()
getTaskId
in interface ValueFields