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()
Entity
getPersistentState
in interface Entity
public void setExecution(ExecutionEntity execution)
setExecution
in interface VariableInstanceEntity
public void forceUpdate()
forceUpdate
in interface VariableInstanceEntity
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public void setDeleted(boolean isDeleted)
setDeleted
in interface VariableInstanceEntity
public boolean isDeleted()
isDeleted
in interface VariableInstanceEntity
public void setProcessInstanceId(String processInstanceId)
setProcessInstanceId
in interface VariableInstanceEntity
public void setExecutionId(String executionId)
setExecutionId
in interface VariableInstanceEntity
public byte[] getBytes()
getBytes
in interface ValueFields
public void setBytes(byte[] bytes)
ValueFields
setBytes
in interface ValueFields
public ByteArrayRef getByteArrayRef()
getByteArrayRef
in interface VariableInstanceEntity
public Object getValue()
getValue
in interface VariableInstanceEntity
public void setValue(Object value)
setValue
in interface VariableInstanceEntity
public int getRevision()
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public void setName(String name)
setName
in interface VariableInstanceEntity
public String getName()
getName
in interface ValueFields
public String getTypeName()
getTypeName
in interface VariableInstanceEntity
public void setTypeName(String typeName)
setTypeName
in interface VariableInstanceEntity
public VariableType getType()
getType
in interface VariableInstanceEntity
public void setType(VariableType type)
setType
in interface VariableInstanceEntity
public String getProcessInstanceId()
getProcessInstanceId
in interface VariableInstanceEntity
public String getTaskId()
getTaskId
in interface VariableInstanceEntity
public void setTaskId(String taskId)
setTaskId
in interface VariableInstanceEntity
public String getExecutionId()
getExecutionId
in interface VariableInstanceEntity
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.