public class InstanceDetails extends java.lang.Object implements RegistryObject
Constructor and Description |
---|
InstanceDetails()
Construct a new empty instanceDetails object.
|
Modifier and Type | Method and Description |
---|---|
void |
addDescription(Description desc)
Adds the given description.
|
java.util.Vector |
getDescriptionVector()
Returns the descriptions.
|
InstanceParms |
getInstanceParms()
Returns the instance parameters of this instanceDetails as a String.
|
java.lang.String |
getInstanceParmsString()
Returns the instance parameters of this instanceDetails as a String.
|
OverviewDoc |
getOverviewDoc()
Returns the overview document of this instanceDetails.
|
void |
setDescriptionVector(java.util.Vector descs)
Sets the description list to the current one.
|
void |
setInstanceParms(InstanceParms parms)
Sets the instance parameters of this instanceDetails to the given instance
parameters.
|
void |
setInstanceParms(java.lang.String parms)
Sets the instance parameters of this instanceDetails to the given instance
parameters.
|
void |
setOverviewDoc(OverviewDoc doc)
Sets the overview document of this instanceDetails to the given overview
document.
|
public InstanceDetails()
public void addDescription(Description desc)
desc
- The description to add.
languagecode.public void setDescriptionVector(java.util.Vector descs)
descs
- Collection of Description objects to setpublic java.util.Vector getDescriptionVector()
public void setOverviewDoc(OverviewDoc doc)
doc
- The new overview document, or null if the instanceDetails
doesn't have an overview document anymore.public OverviewDoc getOverviewDoc()
public void setInstanceParms(java.lang.String parms)
parms
- The new instance parameters, or null if this instanceDetails
doesn't have instance parameters anymore.public void setInstanceParms(InstanceParms parms)
parms
- The new instance parameters, or null if this instanceDetails
doesn't have instance parameters anymore.public InstanceParms getInstanceParms()
public java.lang.String getInstanceParmsString()
Copyright ? 2003 Apache Software Foundation. All rights reserved.