Spring Web Flow

org.springframework.webflow.test
Class MockFlowExecutionKey

java.lang.Object
  extended by org.springframework.webflow.execution.FlowExecutionKey
      extended by org.springframework.webflow.test.MockFlowExecutionKey
All Implemented Interfaces:
java.io.Serializable

public class MockFlowExecutionKey
extends FlowExecutionKey

A simple flow execution key implementation. New instances of this class get their values from a sequence encapsulated as a static private variable of this class.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
MockFlowExecutionKey(java.lang.String value)
          Creates a new mock flow execution key.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MockFlowExecutionKey

public MockFlowExecutionKey(java.lang.String value)
Creates a new mock flow execution key.

Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in class FlowExecutionKey

hashCode

public int hashCode()
Specified by:
hashCode in class FlowExecutionKey

toString

public java.lang.String toString()
Specified by:
toString in class FlowExecutionKey

Spring Web Flow