com.bareflow.schema
Class Pause

java.lang.Object
  extended by com.bareflow.schema.Task
      extended by com.bareflow.schema.Pause

public final class Pause
extends Task


Constructor Summary
Pause()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 RuntimeValue getTimeout()
           
 int hashCode()
           
 void setTimeout(RuntimeValue timeout)
           
 
Methods inherited from class com.bareflow.schema.Task
getIf, getMode, setIf, setMode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pause

public Pause()
Method Detail

getTimeout

public RuntimeValue getTimeout()

setTimeout

public void setTimeout(RuntimeValue timeout)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object