public class DataObjectImpl extends Object implements DataObject
| Constructor and Description |
|---|
DataObjectImpl(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 |
getLocalizedName()
Localized Name of the DataObject.
|
String |
getName()
Name of the DataObject.
|
String |
getType()
Type of the DataObject.
|
Object |
getValue()
Value of the DataObject.
|
void |
setDataObjectDefinitionKey(String dataObjectDefinitionKey) |
void |
setDescription(String description) |
void |
setLocalizedName(String localizedName) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(Object value) |
public 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 © 2016 Alfresco. All rights reserved.