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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Association
public Association()
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)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.