org.apache.geronimo.gshell.layout.model
Class CommandNode

java.lang.Object
  extended by org.apache.geronimo.gshell.layout.model.Node
      extended by org.apache.geronimo.gshell.layout.model.CommandNode

public class CommandNode
extends Node

A command instance.

Version:
$Rev: 573690 $ $Date: 2007-09-07 13:27:12 -0700 (Fri, 07 Sep 2007) $

Field Summary
protected  String id
           
 
Fields inherited from class org.apache.geronimo.gshell.layout.model.Node
name
 
Constructor Summary
CommandNode(String name, String id)
           
 
Method Summary
 String getId()
           
 
Methods inherited from class org.apache.geronimo.gshell.layout.model.Node
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id
Constructor Detail

CommandNode

public CommandNode(String name,
                   String id)
Method Detail

getId

public String getId()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.