public class OverviewDoc extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
OverviewDoc()
Construct a new emtpy overviewDoc instance.
|
OverviewDoc(OverviewURL url)
Construct a new overviewDoc with a given overviewURL.
|
OverviewDoc(java.lang.String url)
Construct a new overviewDoc with a given overviewURL.
|
Modifier and Type | Method and Description |
---|---|
void |
addDescription(Description desc)
Adds the given description.
|
java.util.Vector |
getDescriptionVector()
Returns the descriptions.
|
OverviewURL |
getOverviewURL()
Returns the overviewURL of this overviewDoc.
|
java.lang.String |
getOverviewURLString()
Returns the overviewURL of this overviewDoc.
|
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one.
|
void |
setOverviewURL(OverviewURL url)
Sets the overviewURL to the String value of the given URL.
|
void |
setOverviewURL(java.lang.String url)
Sets the overviewURL to the given URL.
|
public OverviewDoc()
public OverviewDoc(java.lang.String url)
url
- The overviewURL of this overviewDocpublic OverviewDoc(OverviewURL url)
url
- The overviewURL of this overviewDocpublic void addDescription(Description desc)
desc
- The description to add.public void setDescriptionVector(java.util.Vector descs)
descs
- Descriptions of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setOverviewURL(OverviewURL url)
url
- The new overviewURL.public void setOverviewURL(java.lang.String url)
url
- The new overviewURL.public OverviewURL getOverviewURL()
public java.lang.String getOverviewURLString()
Copyright ? 2003 Apache Software Foundation. All rights reserved.