org.apache.maven.doxia.site.decoration
Class LinkItem

java.lang.Object
  extended by org.apache.maven.doxia.site.decoration.LinkItem
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Logo, MenuItem

public class LinkItem
extends java.lang.Object
implements java.io.Serializable

A link in the navigation.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
LinkItem()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getHref()
          Get The href to use for the link.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get The name to use for the link.
 int hashCode()
          Method hashCode
 void setHref(java.lang.String href)
          Set The href to use for the link.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set The name to use for the link.
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkItem

public LinkItem()
Method Detail

equals

public boolean equals(java.lang.Object other)
Method equals

Overrides:
equals in class java.lang.Object
Parameters:
other -

getHref

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


getName

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setHref

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

Parameters:
href -

setName

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

Parameters:
name -

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Object

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2006 null. All Rights Reserved.