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.
 java.lang.String getModelEncoding()
           
 int hashCode()
          Method hashCode
 void setImg(java.lang.String img)
          Set The href of a link to be used for the power by image.
 void setModelEncoding(java.lang.String modelEncoding)
           
 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 -

getImg

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class LinkItem

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

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)
Overrides:
setModelEncoding in class LinkItem

getModelEncoding

public java.lang.String getModelEncoding()
Overrides:
getModelEncoding in class LinkItem


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.