org.apache.beehive.netui.util.config.bean
Class ChainConfig

Object
  extended by CommandConfig
      extended by ChainConfig

public class ChainConfig
extends CommandConfig


Constructor Summary
ChainConfig()
           
 
Method Summary
 void addCommand(CommandConfig commandConfig)
           
 List getCommands()
           
 String getName()
           
 void setCommands(List commands)
           
 void setName(String name)
           
 
Methods inherited from class CommandConfig
addParameter, getClassname, getId, getParameters, setClassname, setId, setParameters
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChainConfig

public ChainConfig()
Method Detail

addCommand

public void addCommand(CommandConfig commandConfig)

getCommands

public List getCommands()

setCommands

public void setCommands(List commands)

getName

public String getName()

setName

public void setName(String name)