com.ibm.portal.navigation
Interface NavigationNode

All Superinterfaces:
Identifiable, Localized
All Known Subinterfaces:
IdentifiableNavigationNode

public interface NavigationNode
extends Localized, Identifiable

An interface for navigation nodes.

Since:
5.1.0.1

Method Summary
 ContentNode getContentNode()
          Returns the content node associated with this navigation node.
 
Methods inherited from interface com.ibm.portal.Localized
getDescription, getLocales, getTitle
 
Methods inherited from interface com.ibm.portal.Identifiable
getObjectID
 

Method Detail

getContentNode

ContentNode getContentNode()
Returns the content node associated with this navigation node.

Returns:
the referenced content node, never null