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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyFrom(VariableInstanceData source) Invoked by the framework when copying the entity instance.getId()getName()getScope()getValue()voidsetExecutionId(String executionId) voidvoidvoidvoidsetTextValue(String textValue) voidsetTextValue2(String textValue2) voidsetTypeName(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:CopyingSystemStateInvoked by the framework when copying the entity instance.- Specified by:
copyFromin interfaceCopyingSystemState<VariableInstanceData>- Parameters:
source- source entity
-