org.jbpm.process.instance.impl.humantask
Class HumanTaskDialog.Result

java.lang.Object
  extended by org.jbpm.process.instance.impl.humantask.HumanTaskDialog.Result
Enclosing class:
HumanTaskDialog

public static class HumanTaskDialog.Result
extends Object


Constructor Summary
HumanTaskDialog.Result(String name, Object value)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 Object getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HumanTaskDialog.Result

public HumanTaskDialog.Result(String name,
                              Object value)
Method Detail

getName

public String getName()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.