Package org.jbpm.bpmn2.core
Class Association
- java.lang.Object
-
- org.jbpm.bpmn2.core.Association
-
- All Implemented Interfaces:
Serializable
public class Association extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Association()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirection()StringgetId()StringgetSourceRef()StringgetTargetRef()voidsetDirection(String direction)voidsetId(String id)voidsetSourceRef(String sourceRef)voidsetTargetRef(String targetRef)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getSourceRef
public String getSourceRef()
-
setSourceRef
public void setSourceRef(String sourceRef)
-
getTargetRef
public String getTargetRef()
-
setTargetRef
public void setTargetRef(String targetRef)
-
getDirection
public String getDirection()
-
setDirection
public void setDirection(String direction)
-
-