org.apache.beehive.netui.compiler
Class FlowControllerInfo.ActionInfo

Object
  extended by FlowControllerInfo.ActionInfo
Enclosing class:
FlowControllerInfo

public static class FlowControllerInfo.ActionInfo
extends Object


Constructor Summary
FlowControllerInfo.ActionInfo(String name)
           
FlowControllerInfo.ActionInfo(String name, String beanType)
           
 
Method Summary
 boolean equals(Object o)
           
 String getBeanType()
           
 String getName()
           
 int hashCode()
           
 void setBeanType(String beanType)
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowControllerInfo.ActionInfo

public FlowControllerInfo.ActionInfo(String name)

FlowControllerInfo.ActionInfo

public FlowControllerInfo.ActionInfo(String name,
                                     String beanType)
Method Detail

setBeanType

public void setBeanType(String beanType)

getName

public String getName()

getBeanType

public String getBeanType()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object