Package io.jmix.bpm.entity
Class VariableInstanceData
java.lang.Object
io.jmix.bpm.entity.VariableInstanceData
- All Implemented Interfaces:
CopyingSystemState<VariableInstanceData>
public class VariableInstanceData
extends Object
implements CopyingSystemState<VariableInstanceData>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyFrom
(VariableInstanceData source) Invoked by the framework when copying the entity instance.getId()
getName()
getScope()
getValue()
void
setExecutionId
(String executionId) void
void
void
void
setTextValue
(String textValue) void
setTextValue2
(String textValue2) void
setTypeName
(String typeName) void
-
Field Details
-
id
-
name
-
typeName
-
value
-
textValue
-
textValue2
-
executionId
-
scope
-
-
Constructor Details
-
VariableInstanceData
public VariableInstanceData()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getTypeName
-
setTypeName
-
getValue
-
setValue
-
getTextValue
-
setTextValue
-
getTextValue2
-
setTextValue2
-
getExecutionId
-
setExecutionId
-
getScope
-
setScope
-
getInstanceName
-
copyFrom
Description copied from interface:CopyingSystemState
Invoked by the framework when copying the entity instance.- Specified by:
copyFrom
in interfaceCopyingSystemState<VariableInstanceData>
- Parameters:
source
- source entity
-