com.plumtree.portalpages.common.plugnav
Class NavCategoryType

java.lang.Object
  extended by com.plumtree.portalpages.common.plugnav.NavCategoryType

public class NavCategoryType
extends java.lang.Object

Navigation link category types. These are *different* from NavPageType because they represent groups of navigation links, and are independent of the "page type" actually showing in the center of the page. Example: Mandatory linkshave nothing to do with the page you're on.

Author:
DavidP

Field Summary
static NavCategoryType ADMIN
           
static NavCategoryType COMMUNITY
           
static NavCategoryType DIRECTORY
           
static NavCategoryType[] m_navCategoryTypes
           
static NavCategoryType MANDATORYLINK
           
static NavCategoryType MANDATORYTABS
           
static NavCategoryType MYCOMMUNITIES
           
static NavCategoryType MYHOME
           
static NavCategoryType MYPAGE
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int GetID()
          Hash ID
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADMIN

public static final NavCategoryType ADMIN

MYPAGE

public static final NavCategoryType MYPAGE

COMMUNITY

public static final NavCategoryType COMMUNITY

DIRECTORY

public static final NavCategoryType DIRECTORY

MANDATORYLINK

public static final NavCategoryType MANDATORYLINK

MANDATORYTABS

public static final NavCategoryType MANDATORYTABS

MYCOMMUNITIES

public static final NavCategoryType MYCOMMUNITIES

MYHOME

public static final NavCategoryType MYHOME

m_navCategoryTypes

public static final NavCategoryType[] m_navCategoryTypes
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

GetID

public int GetID()
Hash ID

Returns:
int

equals

public final boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(Object)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.