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

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

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

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

Version:
$Id: MenuExcludeDefinitionImpl.java 216120 2005-07-13 06:40:27Z rwatler $
Author:
Randy Watler

Field Summary
private  String name
          name - name of menu with options to exclude
 
Constructor Summary
MenuExcludeDefinitionImpl()
          MenuExcludeDefinitionImpl - 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
 

Field Detail

name

private String name
name - name of menu with options to exclude

Constructor Detail

MenuExcludeDefinitionImpl

public MenuExcludeDefinitionImpl()
MenuExcludeDefinitionImpl - 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-2005 Apache Software Foundation. All Rights Reserved.