Package org.activiti.engine.impl
Class DataObjectImpl
java.lang.Object
org.activiti.engine.impl.DataObjectImpl
- All Implemented Interfaces:
DataObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the flow element in the process defining this data object.Description of the DataObject.Localized Name of the DataObject.getName()Name of the DataObject.getType()Type of the DataObject.getValue()Value of the DataObject.voidsetDataObjectDefinitionKey(String dataObjectDefinitionKey) voidsetDescription(String description) voidsetLocalizedName(String localizedName) voidvoidvoid
-
Constructor Details
-
DataObjectImpl
-
-
Method Details
-
getName
Description copied from interface:DataObjectName of the DataObject.- Specified by:
getNamein interfaceDataObject
-
setName
-
getLocalizedName
Description copied from interface:DataObjectLocalized Name of the DataObject.- Specified by:
getLocalizedNamein interfaceDataObject
-
setLocalizedName
-
getDescription
Description copied from interface:DataObjectDescription of the DataObject.- Specified by:
getDescriptionin interfaceDataObject
-
setDescription
-
getValue
Description copied from interface:DataObjectValue of the DataObject.- Specified by:
getValuein interfaceDataObject
-
setValue
-
getType
Description copied from interface:DataObjectType of the DataObject.- Specified by:
getTypein interfaceDataObject
-
setType
-
getDataObjectDefinitionKey
Description copied from interface:DataObjectThe id of the flow element in the process defining this data object.- Specified by:
getDataObjectDefinitionKeyin interfaceDataObject
-
setDataObjectDefinitionKey
-