public class InstanceDetails
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
InstanceDetails()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this InstanceDetails. |
java.lang.String |
getInstanceParms()
Deprecated.
Returns the instanceParms of this InstanceDetails.
|
OverviewDoc |
getOverviewDoc()
Deprecated.
Returns the
OverviewDoc of this InstanceDetails. |
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this InstanceDetails. |
void |
setInstanceParms(java.lang.String instanceParms)
Deprecated.
Sets the instanceParms of this InstanceDetails.
|
void |
setOverviewDoc(OverviewDoc overviewDoc)
Deprecated.
Sets the
OverviewDoc of this InstanceDetails. |
public DescriptionList getDescriptions()
DescriptionList
of this InstanceDetails.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this InstanceDetails.descriptions
- the DescriptionList of this InstanceDetails.public OverviewDoc getOverviewDoc()
OverviewDoc
of this InstanceDetails.public void setOverviewDoc(OverviewDoc overviewDoc)
OverviewDoc
of this InstanceDetails.overviewDoc
- the OverviewDoc of this InstanceDetails.public java.lang.String getInstanceParms()
public void setInstanceParms(java.lang.String instanceParms)
instanceParms
- the instanceParms of this InstanceDetails.