com.ibm.uddi.datatypes
Class TModelInfo
- java.lang.Object
com.ibm.uddi.datatypes.TModelInfo
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class TModelInfo
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
TModelInfo()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
Deprecated. Returns the name of this TModelInfo.
|
|
getTModelKey()
Deprecated. Returns the tModelKey of this TModelInfo.
|
|
setName(java.lang.String name)
Deprecated. Sets the name of this TModelInfo.
|
|
setTModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this TModelInfo.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
TModelInfo
- public TModelInfo()
Deprecated.
Method Detail
getTModelKey
- public java.lang.String getTModelKey( )
Deprecated.
Returns the tModelKey of this TModelInfo.
Returns:
the tModelKey of this TModelInfo.
setTModelKey
- public void setTModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this TModelInfo.
Parameters:
tModelKey
- the tModelKey of this TModelInfo. getName
- public java.lang.String getName( )
Deprecated.
Returns the name of this TModelInfo.
Returns:
the name of this TModelInfo.
setName
- public void setName(java.lang.String name)
Deprecated.
Sets the name of this TModelInfo.
Parameters:
name
- the name of this TModelInfo.