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

java.lang.Object
  extended by org.apache.jetspeed.om.folder.psml.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 516448 2007-03-09 16:25:47Z ate $
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-2007 Apache Software Foundation. All Rights Reserved.