com.bareflow.schema
Class Empty

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

public final class Empty
extends Task


Constructor Summary
Empty()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int hashCode()
           
 
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

Empty

public Empty()
Method Detail

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