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

java.lang.Object
  extended byorg.apache.maven.doxia.site.decoration.LinkItem
      extended byorg.apache.maven.doxia.site.decoration.Logo
All Implemented Interfaces:
java.io.Serializable

public class Logo
extends LinkItem
implements java.io.Serializable

Power by logo on the navigation.

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

Constructor Summary
Logo()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals.
 java.lang.String getImg()
          Get The href of a link to be used for the power by image.
 int hashCode()
          Method hashCode.
 void setImg(java.lang.String img)
          Set The href of a link to be used for the power by image.
 java.lang.String toString()
          Method toString.
 
Methods inherited from class org.apache.maven.doxia.site.decoration.LinkItem
getHref, getName, setHref, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Logo

public Logo()
Method Detail

equals

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

Overrides:
equals in class LinkItem
Parameters:
other -
Returns:
boolean

getImg

public java.lang.String getImg()
Get The href of a link to be used for the power by image.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class LinkItem
Returns:
int

setImg

public void setImg(java.lang.String img)
Set The href of a link to be used for the power by image.

Parameters:
img -

toString

public java.lang.String toString()
Method toString.

Overrides:
toString in class LinkItem
Returns:
String


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.