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 |
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 |
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 getWidth()
public void setAlt(String alt)
alt
- public void setBorder(String border)
border
- public void setHeight(String height)
height
- public void setHref(String href)
href
- public void setName(String name)
name
- public void setSrc(String src)
src
- public void setWidth(String width)
width
- Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.