jBPM distribution 6.1.0.CR2

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 getDirection()
           
 String getId()
           
 String getSourceRef()
           
 String getTargetRef()
           
 void setDirection(String direction)
           
 void setId(String id)
           
 void setSourceRef(String sourceRef)
           
 void setTargetRef(String targetRef)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

getDirection

public String getDirection()

setDirection

public void setDirection(String direction)

toString

public String toString()
Overrides:
toString in class Object

jBPM distribution 6.1.0.CR2

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