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

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

public class MenuExcludeDefinitionImpl
extends java.lang.Object
implements MenuExcludeDefinition

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

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

Constructor Summary
MenuExcludeDefinitionImpl()
          MenuExcludeDefinitionImpl - constructor
 
Method Summary
 java.lang.String getName()
          getName - get menu name with options to exclude
 void setName(java.lang.String name)
          setName - set menu name with options to exclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuExcludeDefinitionImpl

public MenuExcludeDefinitionImpl()
MenuExcludeDefinitionImpl - constructor

Method Detail

getName

public java.lang.String getName()
getName - get menu name with options to exclude

Specified by:
getName in interface MenuExcludeDefinition
Returns:
menu name

setName

public void setName(java.lang.String name)
setName - set menu name with options to exclude

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


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