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

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

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

Banner logo on the masthead of the site.

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

Constructor Summary
Banner()
           
 
Method Summary
 boolean equals(java.lang.Object other)
          Method equals
 java.lang.String getAlt()
          Get The alt description for the banner image.
 java.lang.String getHref()
          Get The href of a link to be used for the banner image.
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get The name of the banner.
 java.lang.String getSrc()
          Get The location of an image for the banner.
 int hashCode()
          Method hashCode
 void setAlt(java.lang.String alt)
          Set The alt description for the banner image.
 void setHref(java.lang.String href)
          Set The href of a link to be used for the banner image.
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set The name of the banner.
 void setSrc(java.lang.String src)
          Set The location of an image for the banner.
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Banner

public Banner()
Method Detail

equals

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

Parameters:
other -

getAlt

public java.lang.String getAlt()
Get The alt description for the banner image.


getHref

public java.lang.String getHref()
Get The href of a link to be used for the banner image.


getName

public java.lang.String getName()
Get The name of the banner.


getSrc

public java.lang.String getSrc()
Get The location of an image for the banner.


hashCode

public int hashCode()
Method hashCode


setAlt

public void setAlt(java.lang.String alt)
Set The alt description for the banner image.

Parameters:
alt -

setHref

public void setHref(java.lang.String href)
Set The href of a link to be used for the banner image.

Parameters:
href -

setName

public void setName(java.lang.String name)
Set The name of the banner.

Parameters:
name -

setSrc

public void setSrc(java.lang.String src)
Set The location of an image for the banner.

Parameters:
src -

toString

public java.lang.String toString()
Method toString


setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


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