Package org.jbpm.bpmn2.core
Class CorrelationKey
- java.lang.Object
-
- org.jbpm.bpmn2.core.CorrelationKey
-
- All Implemented Interfaces:
Serializable
public class CorrelationKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorrelationKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()List<String>getPropertiesRef()voidsetId(String id)voidsetName(String name)
-