public class VariableInstanceEntityImpl extends Object 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 String |
id |
protected Long |
longValue |
protected String |
name |
protected String |
processInstanceId |
protected int |
revision |
protected String |
taskId |
protected String |
textValue |
protected String |
textValue2 |
protected VariableType |
type |
protected String |
typeName |
| Constructor and Description |
|---|
VariableInstanceEntityImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
forceUpdate() |
ByteArrayRef |
getByteArrayRef() |
byte[] |
getBytes() |
Object |
getCachedValue() |
Double |
getDoubleValue() |
String |
getExecutionId() |
String |
getId() |
Long |
getLongValue() |
String |
getName() |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getProcessInstanceId() |
int |
getRevision() |
int |
getRevisionNext() |
String |
getTaskId() |
String |
getTextValue() |
String |
getTextValue2() |
VariableType |
getType() |
String |
getTypeName() |
Object |
getValue() |
boolean |
isDeleted() |
void |
setBytes(byte[] bytes)
Sets the byte array value.
|
void |
setCachedValue(Object cachedValue) |
void |
setDeleted(boolean isDeleted) |
void |
setDoubleValue(Double doubleValue)
Sets the double value.
|
void |
setExecution(ExecutionEntity execution) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setLongValue(Long longValue)
Sets the long value.
|
void |
setName(String name) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setRevision(int revision) |
void |
setTaskId(String taskId) |
void |
setTextValue(String textValue)
Sets the first text value.
|
void |
setTextValue2(String textValue2)
Sets second text value.
|
void |
setType(VariableType type) |
void |
setTypeName(String typeName) |
void |
setValue(Object value) |
String |
toString() |
protected String id
protected int revision
protected 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 final 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 int getRevisionNext()
getRevisionNext in interface HasRevisionpublic void setDeleted(boolean isDeleted)
setDeleted in interface VariableInstanceEntitypublic boolean isDeleted()
isDeleted in interface VariableInstanceEntitypublic void setProcessInstanceId(String processInstanceId)
setProcessInstanceId in interface VariableInstanceEntitypublic void setExecutionId(String executionId)
setExecutionId in interface VariableInstanceEntitypublic byte[] getBytes()
getBytes in interface ValueFieldspublic void setBytes(byte[] bytes)
ValueFieldssetBytes in interface ValueFieldspublic ByteArrayRef getByteArrayRef()
getByteArrayRef in interface VariableInstanceEntitypublic Object getValue()
getValue in interface VariableInstanceEntitypublic void setValue(Object value)
setValue in interface VariableInstanceEntitypublic int getRevision()
getRevision in interface HasRevisionpublic void setRevision(int revision)
setRevision in interface HasRevisionpublic void setName(String name)
setName in interface VariableInstanceEntitypublic String getName()
getName in interface ValueFieldspublic String getTypeName()
getTypeName in interface VariableInstanceEntitypublic void setTypeName(String typeName)
setTypeName in interface VariableInstanceEntitypublic VariableType getType()
getType in interface VariableInstanceEntitypublic void setType(VariableType type)
setType in interface VariableInstanceEntitypublic String getProcessInstanceId()
getProcessInstanceId in interface VariableInstanceEntitypublic String getTaskId()
getTaskId in interface VariableInstanceEntitypublic void setTaskId(String taskId)
setTaskId in interface VariableInstanceEntitypublic String getExecutionId()
getExecutionId in interface VariableInstanceEntitypublic 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.