org.apache.maven.doxia.module.xhtml.decoration.model

Class Item

public class Item extends Object

Version: $Id:Item.java 348605 2005-11-24 12:02:44 +1100 (Thu, 24 Nov 2005) brett $

Author: Jason van Zyl

Constructor Summary
Item(String name, String href)
Method Summary
voidaddItem(Item item)
StringgetGroup()
StringgetHref()
ListgetItems()
StringgetName()
booleanisFoldable()
voidsetFoldable(boolean foldable)
voidsetGroup(String group)

Constructor Detail

Item

public Item(String name, String href)

Method Detail

addItem

public void addItem(Item item)

getGroup

public String getGroup()

getHref

public String getHref()

getItems

public List getItems()

getName

public String getName()

isFoldable

public boolean isFoldable()

setFoldable

public void setFoldable(boolean foldable)

setGroup

public void setGroup(String group)
Copyright © {inceptionYear}-2007 null. All Rights Reserved.