com.ibm.uddi.datatypes
Class TModel
- java.lang.Object
com.ibm.uddi.datatypes.TModel
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class TModel
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
TModel()
Deprecated. Default constructor.
|
TModel(java.lang.String name)
Deprecated. Constructs a TModel with the specified name.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuthorizedName()
Deprecated. Returns the authorizedName of this TModel.
|
getCategoryBag()
Deprecated. Returns the
CategoryBag of this TModel.
|
|
getDescriptions()
Deprecated. Returns the
DescriptionList of this TModel.
|
|
getIdentifierBag()
Deprecated. Returns the
IdentifierBag of this TModel.
|
|
|
getOperator()
Deprecated. Returns the operator of the UDDI registry that supplied this data.
|
getOverviewDoc()
Deprecated. Returns the
OverviewDoc of this TModel.
|
|
|
getTModelKey()
Deprecated. Returns the tModelKey of this TModel.
|
|
getTModelName()
Deprecated. Returns the name of this TModel.
|
|
setAuthorizedName(java.lang.String authorizedName)
Deprecated. Sets the authorizedName of this TModel.
|
|
setCategoryBag(CategoryBag categoryBag)
Deprecated. Sets the
CategoryBag of this TModel.
|
|
setDescriptions(DescriptionList descriptions)
Deprecated. Sets the
DescriptionList of this TModel.
|
|
setIdentifierBag(IdentifierBag identifierBag)
Deprecated. Sets the
IdentifierBag of this TModel.
|
|
setOperator(java.lang.String operatorName)
Deprecated. Sets the operator of the UDDI registry that supplied this data.
|
|
setOverviewDoc(OverviewDoc overviewDoc)
Deprecated. Sets the
OverviewDoc of this TModel.
|
|
setTModelKey(java.lang.String tModelKey)
Deprecated. Sets the tModelKey of this TModel.
|
|
setTModelName(java.lang.String name)
Deprecated. Sets the name of this TModel.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
TModel
- public TModel()
Deprecated.
Default constructor.
TModel
- public TModel(java.lang.String name)
Deprecated.
Constructs a TModel with the specified name.
Parameters:
name
- the name of the TModel. Method Detail
getTModelKey
- public java.lang.String getTModelKey( )
Deprecated.
Returns the tModelKey of this TModel.
Returns:
the tModelKey of this TModel.
setTModelKey
- public void setTModelKey(java.lang.String tModelKey)
Deprecated.
Sets the tModelKey of this TModel.
Parameters:
tModelKey
- the tModelKey of this TModel. getOperator
- public java.lang.String getOperator( )
Deprecated.
Returns the operator of the UDDI registry that supplied this data.
Returns:
the operator of the UDDI registry that supplied this data.
setOperator
- public void setOperator(java.lang.String operatorName)
Deprecated.
Sets the operator of the UDDI registry that supplied this data.
Parameters:
operatorName
- the operator of the UDDI registry that supplied this data. getAuthorizedName
- public java.lang.String getAuthorizedName( )
Deprecated.
Returns the authorizedName of this TModel.
Returns:
the authorizedName of this TModel.
setAuthorizedName
- public void setAuthorizedName(java.lang.String authorizedName)
Deprecated.
Sets the authorizedName of this TModel.
Parameters:
authorizedName
- the authorizedName of this TModel. getTModelName
- public java.lang.String getTModelName( )
Deprecated.
Returns the name of this TModel.
Returns:
the name of this TModel
setTModelName
- public void setTModelName(java.lang.String name)
Deprecated.
Sets the name of this TModel.
Parameters:
name
- the name of this TModel getDescriptions
- public DescriptionList getDescriptions( )
Deprecated.
Returns the
DescriptionList
of this TModel.
Returns:
the DescriptionList of this TModel.
setDescriptions
- public void setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList
of this TModel.
getOverviewDoc
- public OverviewDoc getOverviewDoc( )
Deprecated.
Returns the
OverviewDoc
of this TModel.
Returns:
the OverviewDoc of this TModel.
setOverviewDoc
- public void setOverviewDoc(OverviewDoc overviewDoc)
Deprecated.
Sets the
OverviewDoc
of this TModel.
Parameters:
overviewDoc
- the OverviewDoc of this TModel. getIdentifierBag
- public IdentifierBag getIdentifierBag( )
Deprecated.
Returns the
IdentifierBag
of this TModel.
Returns:
the IdentifierBag of this TModel.
setIdentifierBag
- public void setIdentifierBag(IdentifierBag identifierBag)
Deprecated.
Sets the
IdentifierBag
of this TModel.
Parameters:
identifierBag
- the IdentifierBag of this TModel. getCategoryBag
- public CategoryBag getCategoryBag( )
Deprecated.
Returns the
CategoryBag
of this TModel.
Returns:
the CategoryBag of this TModel.
setCategoryBag
- public void setCategoryBag(CategoryBag categoryBag)
Deprecated.
Sets the
CategoryBag
of this TModel.
Parameters:
categoryBag
- the CategoryBag of this TModel.