public class TModelInstanceInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TModelInstanceInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this TModelInstanceInfo. |
InstanceDetails |
getInstanceDetails()
Deprecated.
Returns the
InstanceDetails of this TModelInstanceInfo. |
java.lang.String |
getTModelKey()
Deprecated.
Returns the tModelKey of this TModelInstanceInfo.
|
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this TModelInstanceInfo. |
void |
setInstanceDetails(InstanceDetails instanceDetails)
Deprecated.
Sets the
InstanceDetails of this TModelInstanceInfo. |
void |
setTModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this TModelInstanceInfo.
|
public java.lang.String getTModelKey()
public void setTModelKey(java.lang.String tModelKey)
tModelKey
- the tModelKey of this TModelInstanceInfo.public DescriptionList getDescriptions()
DescriptionList
of this TModelInstanceInfo.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this TModelInstanceInfo.descriptions
- the DescriptionList of this TModelInstanceInfo.public InstanceDetails getInstanceDetails()
InstanceDetails
of this TModelInstanceInfo.public void setInstanceDetails(InstanceDetails instanceDetails)
InstanceDetails
of this TModelInstanceInfo.instanceDetails
- the InstanceDetails of this TModelInstanceInfo.