org.apache.maven.doxia.site.decoration

Class Banner

public class Banner extends Object implements Serializable

A banner logo on the masthead of the site.

Version: $Revision$ $Date$

Method Summary
booleanequals(Object other)
Method equals
StringgetAlt()
Get Alt description for the banner image.
StringgetHref()
Get The href of a link to use for the banner
StringgetModelEncoding()
StringgetName()
Get Description of the banner.
StringgetSrc()
Get The href of an image for the banner
inthashCode()
Method hashCode
voidsetAlt(String alt)
Set Alt description for the banner image.
voidsetHref(String href)
Set The href of a link to use for the banner
voidsetModelEncoding(String modelEncoding)
voidsetName(String name)
Set Description of the banner.
voidsetSrc(String src)
Set The href of an image for the banner
StringtoString()
Method toString

Method Detail

equals

public boolean equals(Object other)
Method equals

Parameters: other

getAlt

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

getHref

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

getModelEncoding

public String getModelEncoding()

getName

public String getName()
Get Description of the banner.

getSrc

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

hashCode

public int hashCode()
Method hashCode

setAlt

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

Parameters: alt

setHref

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

Parameters: href

setModelEncoding

public void setModelEncoding(String modelEncoding)

setName

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

Parameters: name

setSrc

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

Parameters: src

toString

public String toString()
Method toString
Copyright © {inceptionYear}-2007 null. All Rights Reserved.