org.shept.org.springframework.beans.support
public class DefaultCommandObject extends Object implements SubCommandProvider, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILD_BINDING_NAME |
private List<CommandWrapper> |
children |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DefaultCommandObject() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandWrapper> |
getChildren() |
Map<String,Object> |
getSubCommands() |
void |
setChildren(List<CommandWrapper> chain) |
private static final long serialVersionUID
public static final String CHILD_BINDING_NAME
private List<CommandWrapper> children
public Map<String,Object> getSubCommands()
getSubCommands in interface SubCommandProviderpublic List<CommandWrapper> getChildren()
getChildren in interface SubCommandProviderpublic void setChildren(List<CommandWrapper> chain)
chain - the chain to setCopyright © 2014. All Rights Reserved.