public class VariableInstanceEntityImpl extends AbstractEntity implements VariableInstanceEntity, ValueFields, BulkDeleteable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
byteArrayRef |
protected Object |
cachedValue |
protected boolean |
deleted |
protected Double |
doubleValue |
protected String |
executionId |
protected boolean |
forcedUpdate |
protected Long |
longValue |
protected String |
name |
protected String |
processInstanceId |
protected String |
taskId |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
id, isDeleted, isInserted, isUpdated, revision| Constructor and Description |
|---|
VariableInstanceEntityImpl() |
getId, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setRevision, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDeleted, setDeletedgetId, isInserted, isUpdated, setId, setInserted, setUpdatedgetRevision, getRevisionNext, setRevisionprotected String name
protected VariableType type
protected String typeName
protected String processInstanceId
protected String executionId
protected String taskId
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()
EntitygetPersistentState in interface Entitypublic void setExecution(ExecutionEntity execution)
setExecution in interface VariableInstanceEntitypublic void forceUpdate()
forceUpdate in interface VariableInstanceEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface VariableInstancepublic void setExecutionId(String executionId)
setExecutionId in interface VariableInstancepublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
ValueFieldssetBytes in interface ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface VariableInstanceEntityprotected void ensureByteArrayRefInitialized()
public Object getValue()
getValue in interface VariableInstancepublic void setValue(Object value)
setValue in interface VariableInstancepublic void setName(String name)
setName in interface VariableInstancepublic String getName()
getName in interface ValueFieldspublic String getTypeName()
getTypeName in interface VariableInstancepublic void setTypeName(String typeName)
setTypeName in interface VariableInstancepublic VariableType getType()
getType in interface VariableInstanceEntitypublic void setType(VariableType type)
setType in interface VariableInstanceEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface VariableInstancegetProcessInstanceId in interface ValueFieldspublic String getTaskId()
getTaskId in interface VariableInstancegetTaskId in interface ValueFieldspublic void setTaskId(String taskId)
setTaskId in interface VariableInstancepublic String getExecutionId()
getExecutionId in interface VariableInstancegetExecutionId in interface ValueFieldspublic 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 © 2016 Alfresco. All rights reserved.