public class DataObjectImpl extends Object implements DataObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataObjectDefinitionKey |
protected String |
description |
protected String |
executionId |
protected String |
id |
protected String |
localizedDescription |
protected String |
localizedName |
protected String |
name |
protected String |
processInstanceId |
protected Object |
value |
| Constructor and Description |
|---|
DataObjectImpl(String id,
String processInstanceId,
String executionId,
String name,
Object value,
String description,
String type,
String localizedName,
String localizedDescription,
String dataObjectDefinitionKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataObjectDefinitionKey()
The id of the flow element in the process defining this data object.
|
String |
getDescription()
Description of the DataObject.
|
String |
getExecutionId()
The id of the execution in which this Data Object resides.
|
String |
getId()
The unique id of this Data Object.
|
String |
getLocalizedName()
Localized Name of the DataObject.
|
String |
getName()
Name of the DataObject.
|
String |
getProcessInstanceId()
/**
The id of the process instance that this Data Object is associated with.
|
String |
getType()
Type of the DataObject.
|
Object |
getValue()
Value of the DataObject.
|
void |
setDataObjectDefinitionKey(String dataObjectDefinitionKey) |
void |
setDescription(String description) |
void |
setExecutionId(String executionId) |
void |
setId(String id) |
void |
setLocalizedName(String localizedName) |
void |
setName(String name) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setType(String type) |
void |
setValue(Object value) |
protected String id
protected String processInstanceId
protected String executionId
protected String name
protected Object value
protected String description
protected String localizedName
protected String localizedDescription
protected String dataObjectDefinitionKey
public void setId(String id)
public String getId()
DataObjectgetId in interface DataObjectpublic void setProcessInstanceId(String processInstanceId)
public String getProcessInstanceId()
DataObjectgetProcessInstanceId in interface DataObjectpublic void setExecutionId(String executionId)
public String getExecutionId()
DataObjectgetExecutionId in interface DataObjectpublic String getName()
DataObjectgetName in interface DataObjectpublic void setName(String name)
public String getLocalizedName()
DataObjectgetLocalizedName in interface DataObjectpublic void setLocalizedName(String localizedName)
public String getDescription()
DataObjectgetDescription in interface DataObjectpublic void setDescription(String description)
public Object getValue()
DataObjectgetValue in interface DataObjectpublic void setValue(Object value)
public String getType()
DataObjectgetType in interface DataObjectpublic void setType(String type)
public String getDataObjectDefinitionKey()
DataObjectgetDataObjectDefinitionKey in interface DataObjectpublic void setDataObjectDefinitionKey(String dataObjectDefinitionKey)
Copyright © 2018 Flowable. All rights reserved.