xflow.common
Class Destination

java.lang.Object
  |
  +--xflow.common.Destination
All Implemented Interfaces:
java.io.Serializable

public class Destination
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 xflow.common.Node node
           
 java.lang.String rule
           
 
Constructor Summary
Destination(xflow.common.Node n, java.lang.String r)
          Constructor
 
Method Summary
 xflow.common.Node getNode()
          Gets a destination's node
 java.lang.String getRule()
          Gets a destination's rule
 void setNode(xflow.common.Node n)
          Sets a destination's node
 void setRule(java.lang.String r)
          Sets a destination's rule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public xflow.common.Node node

rule

public java.lang.String rule
Constructor Detail

Destination

public Destination(xflow.common.Node n,
                   java.lang.String r)
Constructor

Method Detail

setNode

public void setNode(xflow.common.Node n)
Sets a destination's node


getNode

public xflow.common.Node getNode()
Gets a destination's node

Returns:
the destination's node

setRule

public void setRule(java.lang.String r)
Sets a destination's rule


getRule

public java.lang.String getRule()
Gets a destination's rule

Returns:
the destination's rule