org.apache.maven.doxia.site.decoration
public class Banner extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
Banner() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getAlt()
Get the alt description for the banner image.
|
java.lang.String |
getBorder()
Get the border to use for the banner image.
|
java.lang.String |
getHeight()
Get the height to use for the banner image.
|
java.lang.String |
getHref()
Get the href of a link to be used for the banner image.
|
java.lang.String |
getName()
Get the name of the banner.
|
java.lang.String |
getSrc()
Get the source location of an image for the banner.
|
java.lang.String |
getWidth()
Get the width to use for the banner image.
|
int |
hashCode()
Method hashCode.
|
void |
setAlt(java.lang.String alt)
Set the alt description for the banner image.
|
void |
setBorder(java.lang.String border)
Set the border to use for the banner image.
|
void |
setHeight(java.lang.String height)
Set the height to use for the banner image.
|
void |
setHref(java.lang.String href)
Set the href of a link to be used for the banner image.
|
void |
setName(java.lang.String name)
Set the name of the banner.
|
void |
setSrc(java.lang.String src)
Set the source location of an image for the banner.
|
void |
setWidth(java.lang.String width)
Set the width to use for the banner image.
|
java.lang.String |
toString()
Method toString.
|
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- public java.lang.String getAlt()
public java.lang.String getBorder()
public java.lang.String getHeight()
public java.lang.String getHref()
public java.lang.String getName()
public java.lang.String getSrc()
public java.lang.String getWidth()
public int hashCode()
hashCode
in class java.lang.Object
public void setAlt(java.lang.String alt)
alt
- public void setBorder(java.lang.String border)
border
- public void setHeight(java.lang.String height)
height
- public void setHref(java.lang.String href)
href
- public void setName(java.lang.String name)
name
- public void setSrc(java.lang.String src)
src
- public void setWidth(java.lang.String width)
width
- public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2014. All Rights Reserved.