Class DataObjectImpl

java.lang.Object
org.activiti.engine.impl.DataObjectImpl
All Implemented Interfaces:
DataObject

public class DataObjectImpl extends Object implements DataObject
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: DataObject
      Name of the DataObject.
      Specified by:
      getName in interface DataObject
    • setName

      public void setName(String name)
    • getLocalizedName

      public String getLocalizedName()
      Description copied from interface: DataObject
      Localized Name of the DataObject.
      Specified by:
      getLocalizedName in interface DataObject
    • setLocalizedName

      public void setLocalizedName(String localizedName)
    • getDescription

      public String getDescription()
      Description copied from interface: DataObject
      Description of the DataObject.
      Specified by:
      getDescription in interface DataObject
    • setDescription

      public void setDescription(String description)
    • getValue

      public Object getValue()
      Description copied from interface: DataObject
      Value of the DataObject.
      Specified by:
      getValue in interface DataObject
    • setValue

      public void setValue(Object value)
    • getType

      public String getType()
      Description copied from interface: DataObject
      Type of the DataObject.
      Specified by:
      getType in interface DataObject
    • setType

      public void setType(String type)
    • getDataObjectDefinitionKey

      public String getDataObjectDefinitionKey()
      Description copied from interface: DataObject
      The id of the flow element in the process defining this data object.
      Specified by:
      getDataObjectDefinitionKey in interface DataObject
    • setDataObjectDefinitionKey

      public void setDataObjectDefinitionKey(String dataObjectDefinitionKey)