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

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

public abstract class StandardMenuExcludeDefinitionImpl
extends Object
implements org.apache.jetspeed.om.folder.MenuExcludeDefinition

This abstract class implements the menu exclude definition interface in a default manner to allow derived classes to easily describe standard menu definitions.

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

Constructor Summary
StandardMenuExcludeDefinitionImpl()
          StandardMenuExcludeDefinitionImpl - constructor
 
Method Summary
 String getName()
          getName - get menu name with options to exclude
 void setName(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

StandardMenuExcludeDefinitionImpl

public StandardMenuExcludeDefinitionImpl()
StandardMenuExcludeDefinitionImpl - constructor

Method Detail

getName

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

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

setName

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

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


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