org.apache.jetspeed.om.folder.psml
Class MenuIncludeDefinitionImpl

java.lang.Object
  extended by org.apache.jetspeed.om.folder.psml.MenuIncludeDefinitionImpl
All Implemented Interfaces:
org.apache.jetspeed.om.folder.MenuIncludeDefinition

public class MenuIncludeDefinitionImpl
extends Object
implements org.apache.jetspeed.om.folder.MenuIncludeDefinition

This class implements the MenuIncludeDefinition interface in a persistent object form for use by the page manager component.

Version:
$Id: MenuIncludeDefinitionImpl.java 516448 2007-03-09 16:25:47Z ate $
Author:
Randy Watler

Field Summary
private  String name
          name - name of menu to include
private  boolean nest
          nest - nesting flag for included menu
 
Constructor Summary
MenuIncludeDefinitionImpl()
          MenuIncludeDefinitionImpl - constructor
 
Method Summary
 String getName()
          getName - get menu name to nest or with options to include
 boolean isNest()
          isNest - get nesting for included menu
 void setName(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name
name - name of menu to include


nest

private boolean nest
nest - nesting flag for included menu

Constructor Detail

MenuIncludeDefinitionImpl

public MenuIncludeDefinitionImpl()
MenuIncludeDefinitionImpl - constructor

Method Detail

getName

public String getName()
getName - get menu name to nest or with options to include

Specified by:
getName in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
Returns:
menu name

setName

public void setName(String name)
setName - set menu name to nest or with options to include

Specified by:
setName in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
Parameters:
name - menu name

isNest

public boolean isNest()
isNest - get nesting for included menu

Specified by:
isNest in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
Returns:
nest options flag

setNest

public void setNest(boolean nest)
setNest - set nesting for included menu

Specified by:
setNest in interface org.apache.jetspeed.om.folder.MenuIncludeDefinition
Parameters:
nest - nest menu flag


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