net.sf.dropboxmq.workflow.ingest
Class IngestedProcessor.IngestedTransition

java.lang.Object
  extended by net.sf.dropboxmq.workflow.ingest.IngestedProcessor.IngestedTransition
Enclosing class:
IngestedProcessor

public static class IngestedProcessor.IngestedTransition
extends Object


Constructor Summary
IngestedProcessor.IngestedTransition()
           
 
Method Summary
 String getToStateName()
           
 Transition getTransition()
           
 void setToStateName(String toStateName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IngestedProcessor.IngestedTransition

public IngestedProcessor.IngestedTransition()
Method Detail

getTransition

public Transition getTransition()

getToStateName

public String getToStateName()

setToStateName

public void setToStateName(String toStateName)