org.jbpm.bpmn2.core
Class Association

java.lang.Object
  extended by org.jbpm.bpmn2.core.Association
All Implemented Interfaces:
Serializable

public class Association
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Association()
           
 
Method Summary
 String getId()
           
 String getSourceRef()
           
 String getTargetRef()
           
 void setId(String id)
           
 void setSourceRef(String sourceRef)
           
 void setTargetRef(String targetRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Association

public Association()
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)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.