org.apache.maven.doxia.site.decoration

Class LinkItem

public class LinkItem extends Object implements Serializable

A link in the navigation.

Version: $Revision$ $Date$

Method Summary
booleanequals(Object other)
Method equals
StringgetHref()
Get The href to use for the link.
StringgetModelEncoding()
StringgetName()
Get The name to use for the link.
inthashCode()
Method hashCode
voidsetHref(String href)
Set The href to use for the link.
voidsetModelEncoding(String modelEncoding)
voidsetName(String name)
Set The name to use for the link.
StringtoString()
Method toString

Method Detail

equals

public boolean equals(Object other)
Method equals

Parameters: other

getHref

public String getHref()
Get The href to use for the link.

getModelEncoding

public String getModelEncoding()

getName

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

hashCode

public int hashCode()
Method hashCode

setHref

public void setHref(String href)
Set The href to use for the link.

Parameters: href

setModelEncoding

public void setModelEncoding(String modelEncoding)

setName

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

Parameters: name

toString

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