org.apache.jetspeed.om.folder.impl
Class BaseMenuIncludeDefinitionImpl

java.lang.Object
  extended by org.apache.jetspeed.om.folder.impl.BaseMenuDefinitionElement
      extended by org.apache.jetspeed.om.folder.impl.BaseMenuIncludeDefinitionImpl
All Implemented Interfaces:
MenuIncludeDefinition
Direct Known Subclasses:
FolderMenuIncludeDefinitionImpl, PageMenuIncludeDefinitionImpl

public abstract class BaseMenuIncludeDefinitionImpl
extends BaseMenuDefinitionElement
implements MenuIncludeDefinition

BaseMenuIncludeDefinitionImpl

Version:
$Id:$
Author:
Randy Watler

Constructor Summary
BaseMenuIncludeDefinitionImpl()
           
 
Method Summary
 java.lang.String getName()
          getName - get menu name to nest or with options to include
 boolean isNest()
          isNest - get nesting for included menu
 void setName(java.lang.String name)
          setName - set menu name to nest or with options to include
 void setNest(boolean nest)
          setNest - set nesting for included menu
 
Methods inherited from class org.apache.jetspeed.om.folder.impl.BaseMenuDefinitionElement
getElementOrder, setElementOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseMenuIncludeDefinitionImpl

public BaseMenuIncludeDefinitionImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: MenuIncludeDefinition
getName - get menu name to nest or with options to include

Specified by:
getName in interface MenuIncludeDefinition
Returns:
menu name

setName

public void setName(java.lang.String name)
Description copied from interface: MenuIncludeDefinition
setName - set menu name to nest or with options to include

Specified by:
setName in interface MenuIncludeDefinition
Parameters:
name - menu name

isNest

public boolean isNest()
Description copied from interface: MenuIncludeDefinition
isNest - get nesting for included menu

Specified by:
isNest in interface MenuIncludeDefinition
Returns:
nest options flag

setNest

public void setNest(boolean nest)
Description copied from interface: MenuIncludeDefinition
setNest - set nesting for included menu

Specified by:
setNest in interface MenuIncludeDefinition
Parameters:
nest - nest menu flag


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.