Class MappedVariable
java.lang.Object
org.drools.persistence.jpa.marshaller.MappedVariable
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMappedVariable(Long variableId, String variableType, String processInstanceId) MappedVariable(Long variableId, String variableType, String processInstanceId, Long taskId, Long workItemId) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetMappedVarId(Long mappedVarId) voidsetProcessInstanceId(String processInstanceId) voidvoidsetVariableId(Long variableId) voidsetVariableType(String variableType) voidsetWorkItemId(Long workItemId)
-
Constructor Details
-
MappedVariable
public MappedVariable() -
MappedVariable
-
MappedVariable
-
-
Method Details