com.silverpeas.workflow.engine.instance
Class ActionAndState

java.lang.Object
  extended by com.silverpeas.workflow.engine.instance.ActionAndState

public class ActionAndState
extends Object


Constructor Summary
ActionAndState(Action action, State state)
           
 
Method Summary
 Action getAction()
           
 State getState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionAndState

public ActionAndState(Action action,
                      State state)
Method Detail

getAction

public Action getAction()
Returns:
the action

getState

public State getState()
Returns:
the state


Copyright © 2016 Silverpeas. All Rights Reserved.