Class VariableInstanceImpl<T>

java.lang.Object
org.activiti.api.runtime.model.impl.VariableInstanceImpl<T>
All Implemented Interfaces:
org.activiti.api.model.shared.model.VariableInstance

public class VariableInstanceImpl<T> extends Object implements org.activiti.api.model.shared.model.VariableInstance
  • Constructor Details

    • VariableInstanceImpl

      public VariableInstanceImpl()
    • VariableInstanceImpl

      public VariableInstanceImpl(String name, String type, T value, String processInstanceId, String taskId)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.activiti.api.model.shared.model.VariableInstance
    • getType

      public String getType()
      Specified by:
      getType in interface org.activiti.api.model.shared.model.VariableInstance
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.activiti.api.model.shared.model.VariableInstance
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getTaskId

      public String getTaskId()
      Specified by:
      getTaskId in interface org.activiti.api.model.shared.model.VariableInstance
    • isTaskVariable

      public boolean isTaskVariable()
      Specified by:
      isTaskVariable in interface org.activiti.api.model.shared.model.VariableInstance
    • setTaskId

      public void setTaskId(String taskId)
    • getValue

      public T getValue()
      Specified by:
      getValue in interface org.activiti.api.model.shared.model.VariableInstance
    • toString

      public String toString()
      Overrides:
      toString in class Object