jBPM distribution 6.0.0.Beta5

org.jbpm.workflow.core.impl
Class ConnectionRef

java.lang.Object
  extended by org.jbpm.workflow.core.impl.ConnectionRef
All Implemented Interfaces:
Serializable

public class ConnectionRef
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ConnectionRef(long nodeId, String toType)
           
 
Method Summary
 boolean equals(Object o)
           
 long getNodeId()
           
 String getToType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionRef

public ConnectionRef(long nodeId,
                     String toType)
Method Detail

getToType

public String getToType()

getNodeId

public long getNodeId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

jBPM distribution 6.0.0.Beta5

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