org.apache.maven.doxia.site.decoration
public class Banner extends Object implements Serializable
Version: $Revision$ $Date$
Method Summary | |
---|---|
boolean | equals(Object other)
Method equals
|
String | getAlt()
Get Alt description for the banner image. |
String | getHref()
Get The href of a link to use for the banner |
String | getModelEncoding() |
String | getName()
Get Description of the banner. |
String | getSrc()
Get The href of an image for the banner |
int | hashCode()
Method hashCode |
void | setAlt(String alt)
Set Alt description for the banner image.
|
void | setHref(String href)
Set The href of a link to use for the banner
|
void | setModelEncoding(String modelEncoding) |
void | setName(String name)
Set Description of the banner.
|
void | setSrc(String src)
Set The href of an image for the banner
|
String | toString()
Method toString |
Parameters: other
Parameters: alt
Parameters: href
Parameters: name
Parameters: src