public class TModelInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
TModelInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
Returns the name of this TModelInfo.
|
java.lang.String |
getTModelKey()
Deprecated.
Returns the tModelKey of this TModelInfo.
|
void |
setName(java.lang.String name)
Deprecated.
Sets the name of this TModelInfo.
|
void |
setTModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this TModelInfo.
|
public java.lang.String getTModelKey()
public void setTModelKey(java.lang.String tModelKey)
tModelKey
- the tModelKey of this TModelInfo.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of this TModelInfo.