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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
VariableInstanceDatapublic VariableInstanceData()
 
- 
- 
Method Details- 
getId
- 
setId
- 
getName
- 
setName
- 
getTypeName
- 
setTypeName
- 
getValue
- 
setValue
- 
getTextValue
- 
setTextValue
- 
getTextValue2
- 
setTextValue2
- 
getExecutionId
- 
setExecutionId
- 
getScope
- 
setScope
- 
getInstanceName
- 
copyFromDescription copied from interface:CopyingSystemStateInvoked by the framework when copying the entity instance.- Specified by:
- copyFromin interface- CopyingSystemState<VariableInstanceData>
- Parameters:
- source- source entity
 
 
-