|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.core.impl.tree.NodeImpl
The node implementation.
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Node |
getChild(java.lang.String key)
Returns a specific child of this node or null if it does not exist. |
java.util.Map |
getChildren()
Returns a immutable map containing all the children of this node. |
FQN |
getID()
Return the node id. |
java.lang.String |
getName()
Return the node name. |
java.lang.Object |
getProperty(java.lang.String name)
Return the property for this key or null if it does not exist. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public FQN getID()
public java.lang.String getName()
Node
public java.lang.Object getProperty(java.lang.String name)
Node
getProperty
in interface Node
public Node getChild(java.lang.String key)
Node
public java.util.Map getChildren()
Node
getChildren
in interface Node
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |