public class Banner extends Object implements Serializable, Cloneable
Constructor and Description |
---|
Banner() |
Modifier and Type | Method and Description |
---|---|
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.
|
public boolean equals(Object other)
public String getAlt()
public String getBorder()
public String getHeight()
public String getHref()
public String getName()
public String getSrc()
public String getTitle()
public String getWidth()
public void setAlt(String alt)
alt
- a alt object.public void setBorder(String border)
border
- a border object.public void setHeight(String height)
height
- a height object.public void setHref(String href)
href
- a href object.public void setName(String name)
name
- a name object.public void setSrc(String src)
src
- a src object.public void setTitle(String title)
title
- a title object.public void setWidth(String width)
width
- a width object.Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.