站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

NodeImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.impl.tree
Class NodeImpl

java.lang.Object
  extended byorg.jboss.portal.core.impl.tree.NodeImpl
All Implemented Interfaces:
Node

public class NodeImpl
extends java.lang.Object
implements Node

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

getID

public FQN getID()
Description copied from interface: Node
Return the node id.

Specified by:
getID in interface Node

getName

public java.lang.String getName()
Description copied from interface: Node
Return the node name.

Specified by:
getName in interface Node

getProperty

public java.lang.Object getProperty(java.lang.String name)
Description copied from interface: Node
Return the property for this key or null if it does not exist.

Specified by:
getProperty in interface Node

getChild

public Node getChild(java.lang.String key)
Description copied from interface: Node
Returns a specific child of this node or null if it does not exist.

Specified by:
getChild in interface Node

getChildren

public java.util.Map getChildren()
Description copied from interface: Node
Returns a immutable map containing all the children of this node.

Specified by:
getChildren in interface Node

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()