Class VariableInstanceData

java.lang.Object
io.jmix.bpm.entity.VariableInstanceData
All Implemented Interfaces:
CopyingSystemState<VariableInstanceData>

public class VariableInstanceData extends Object implements CopyingSystemState<VariableInstanceData>
  • Field Details

    • id

      protected String id
    • name

      protected String name
    • typeName

      protected String typeName
    • value

      protected Object value
    • textValue

      protected String textValue
    • textValue2

      protected String textValue2
    • executionId

      protected String executionId
    • scope

      protected String scope
  • Constructor Details

    • VariableInstanceData

      public VariableInstanceData()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getTypeName

      public String getTypeName()
    • setTypeName

      public void setTypeName(String typeName)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getTextValue

      public String getTextValue()
    • setTextValue

      public void setTextValue(String textValue)
    • getTextValue2

      public String getTextValue2()
    • setTextValue2

      public void setTextValue2(String textValue2)
    • getExecutionId

      public String getExecutionId()
    • setExecutionId

      public void setExecutionId(String executionId)
    • getScope

      public String getScope()
    • setScope

      public void setScope(String scope)
    • getInstanceName

      public String getInstanceName()
    • copyFrom

      public void copyFrom(VariableInstanceData source)
      Description copied from interface: CopyingSystemState
      Invoked by the framework when copying the entity instance.
      Specified by:
      copyFrom in interface CopyingSystemState<VariableInstanceData>
      Parameters:
      source - source entity