org.apache.maven.doxia.site.decoration

Class Menu

public class Menu extends Object implements Serializable

A menu in the navigation.

Version: $Revision$ $Date$

Method Summary
voidaddItem(MenuItem menuItem)
Method addItem
booleanequals(Object other)
Method equals
StringgetInherit()
Get The way in which the menu is inherited.
ListgetItems()
Method getItems
StringgetModelEncoding()
StringgetName()
Get The name to use for the menu.
inthashCode()
Method hashCode
voidremoveItem(MenuItem menuItem)
Method removeItem
voidsetInherit(String inherit)
Set The way in which the menu is inherited.
voidsetItems(List items)
Set Menu item.
voidsetModelEncoding(String modelEncoding)
voidsetName(String name)
Set The name to use for the menu.
StringtoString()
Method toString

Method Detail

addItem

public void addItem(MenuItem menuItem)
Method addItem

Parameters: menuItem

equals

public boolean equals(Object other)
Method equals

Parameters: other

getInherit

public String getInherit()
Get The way in which the menu is inherited.

getItems

public List getItems()
Method getItems

getModelEncoding

public String getModelEncoding()

getName

public String getName()
Get The name to use for the menu.

hashCode

public int hashCode()
Method hashCode

removeItem

public void removeItem(MenuItem menuItem)
Method removeItem

Parameters: menuItem

setInherit

public void setInherit(String inherit)
Set The way in which the menu is inherited.

Parameters: inherit

setItems

public void setItems(List items)
Set Menu item.

Parameters: items

setModelEncoding

public void setModelEncoding(String modelEncoding)

setName

public void setName(String name)
Set The name to use for the menu.

Parameters: name

toString

public String toString()
Method toString
Copyright © {inceptionYear}-2008 null. All Rights Reserved.