BEA Systems, Inc.

com.beasys.commerce.foundation
Class WorkflowContext

java.lang.Object
  |
  +--com.beasys.commerce.foundation.WorkflowContext

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

This class should be used only by the classes that implement the Workflow interface.

See Also:
Serialized Form

Constructor Summary
WorkflowContext(java.lang.String state)
          This class should be used only by the classes that implement the Workflow interface.
 
Method Summary
 java.lang.String getState()
          This method should be used only by the classes that implement the Workflow interface.
 void setState(java.lang.String state)
          This method should be used only by the classes that implement the Workflow interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowContext

public WorkflowContext(java.lang.String state)
This class should be used only by the classes that implement the Workflow interface.
Method Detail

getState

public java.lang.String getState()
This method should be used only by the classes that implement the Workflow interface.

setState

public void setState(java.lang.String state)
This method should be used only by the classes that implement the Workflow interface.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved