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

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

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

A 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 Alt description for the banner image.
 java.lang.String getHref()
          Get The href of a link to use for the banner
 java.lang.String getModelEncoding()
           
 java.lang.String getName()
          Get Description of the banner.
 java.lang.String getSrc()
          Get The href of an image for the banner
 int hashCode()
          Method hashCode
 void setAlt(java.lang.String alt)
          Set Alt description for the banner image.
 void setHref(java.lang.String href)
          Set The href of a link to use for the banner
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setName(java.lang.String name)
          Set Description of the banner.
 void setSrc(java.lang.String src)
          Set The href 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

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

getAlt

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


getHref

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


getName

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


getSrc

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


hashCode

public int hashCode()
Method hashCode

Overrides:
hashCode in class java.lang.Object

setAlt

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

Parameters:
alt -

setHref

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

Parameters:
href -

setName

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

Parameters:
name -

setSrc

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

Parameters:
src -

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.