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

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

public class Banner
extends Object
implements Serializable, Cloneable

Banner logo on the masthead of the site.

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

Constructor Summary
Banner()
           
 
Method Summary
 Banner clone()
          Method clone.
 boolean equals(Object other)
          Method equals.
 String getAlt()
          Get the alt description for the banner image.
 String getBorder()
          Get the border to use for the banner image.
 String getHeight()
          Get the height to use for the banner image.
 String getHref()
          Get the href of a link to be used for the banner image.
 String getName()
          Get the name of the banner.
 String getSrc()
          Get the source location of an image for the banner.
 String getTitle()
          Get the title for the banner image.
 String getWidth()
          Get the width to use for the banner image.
 int hashCode()
          Method hashCode.
 void setAlt(String alt)
          Set the alt description for the banner image.
 void setBorder(String border)
          Set the border to use for the banner image.
 void setHeight(String height)
          Set the height to use for the banner image.
 void setHref(String href)
          Set the href of a link to be used for the banner image.
 void setName(String name)
          Set the name of the banner.
 void setSrc(String src)
          Set the source location of an image for the banner.
 void setTitle(String title)
          Set the title for the banner image.
 void setWidth(String width)
          Set the width to use for the banner image.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Banner

public Banner()
Method Detail

clone

public Banner clone()
Method clone.

Overrides:
clone in class Object
Returns:
Banner

equals

public boolean equals(Object other)
Method equals.

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

getAlt

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

Returns:
String

getBorder

public String getBorder()
Get the border to use for the banner image.

Returns:
String

getHeight

public String getHeight()
Get the height to use for the banner image.

Returns:
String

getHref

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

Returns:
String

getName

public String getName()
Get the name of the banner.

Returns:
String

getSrc

public String getSrc()
Get the source location of an image for the banner.

Returns:
String

getTitle

public String getTitle()
Get the title for the banner image.

Returns:
String

getWidth

public String getWidth()
Get the width to use for the banner image.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

setAlt

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

Parameters:
alt -

setBorder

public void setBorder(String border)
Set the border to use for the banner image.

Parameters:
border -

setHeight

public void setHeight(String height)
Set the height to use for the banner image.

Parameters:
height -

setHref

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

Parameters:
href -

setName

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

Parameters:
name -

setSrc

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

Parameters:
src -

setTitle

public void setTitle(String title)
Set the title for the banner image.

Parameters:
title -

setWidth

public void setWidth(String width)
Set the width to use for the banner image.

Parameters:
width -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


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