public interface IInstanceDetails
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the instanceDetails.
|
java.lang.String |
getInstanceParms()
Gets the settings or parameters related to the parent tModelInstanceInfo.
|
java.lang.String |
getOverviewURL()
Returns the URL of the overview doc.
|
void |
setDescription(java.lang.String value)
Sets the description of the instanceDetails.
|
void |
setInstanceParms(java.lang.String value)
Sets the settings or parameters related to the parent tModelInstanceInfo.
|
void |
setOverviewURL(java.lang.String value)
Sets the URL of the overview doc.
|
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- the description
java.lang.String getInstanceParms()
void setInstanceParms(java.lang.String value)
value
- the instance parameter
java.lang.String getOverviewURL()
void setOverviewURL(java.lang.String value)
value
- the url of the overview doc.