public interface ITModelInstanceInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the description of the instance info.
|
IInstanceDetails |
getInstanceDetails()
Returns the
IInstanceDetails |
java.lang.String |
getTModelKey()
Returns the unique key of the tModel.
|
void |
setDescription(java.lang.String value)
Sets the description of the instance info.
|
void |
setInstanceDetails(IInstanceDetails value)
Sets the
IInstanceDetails |
void |
setTModelKey(java.lang.String value)
Sets the unique key of the tModel.
|
java.lang.String getTModelKey()
void setTModelKey(java.lang.String value)
value
- the unique key
java.lang.String getDescription()
void setDescription(java.lang.String value)
value
- the description
IInstanceDetails getInstanceDetails()
IInstanceDetails
void setInstanceDetails(IInstanceDetails value)
IInstanceDetails
value
- the instance details