public class OverviewDoc
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
OverviewDoc()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this OverviewDoc. |
java.lang.String |
getOverviewURL()
Deprecated.
Returns the overviewURL of this OverviewDoc.
|
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this OverviewDoc. |
void |
setOverviewURL(java.lang.String overviewURL)
Deprecated.
Sets the overviewURL of this OverviewDoc.
|
public DescriptionList getDescriptions()
DescriptionList
of this OverviewDoc.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this OverviewDoc.descriptions
- the DescriptionList of this OverviewDoc.public java.lang.String getOverviewURL()
public void setOverviewURL(java.lang.String overviewURL)
overviewURL
- the overviewURL of this OverviewDoc.