BEA Systems, Inc.


weblogic.uddi.client.structures.datatypes
Class TModelBag

java.lang.Object
  |
  +--weblogic.uddi.client.structures.datatypes.TModelBag

public class TModelBag
extends java.lang.Object

TModelBag is used for searching for a particular fingerprint. It contains a list of TModel uuid_key values

Version:
1.0
Author:
Salman Khan, Jason Ong

Constructor Summary
TModelBag()
          Class Constructor
 
Method Summary
 void addTModelKey(java.lang.String keyValue)
          Adds a new tModelKey to the set of tModelKeys.
 java.util.Vector getTModelKeyVector()
          Gets the set of tModelKeys.
 void setTModelKeyVector(java.util.Vector v)
          Sets the set containing tModelKeys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TModelBag

public TModelBag()
Class Constructor
Method Detail

addTModelKey

public void addTModelKey(java.lang.String keyValue)
Adds a new tModelKey to the set of tModelKeys.

Parameters:
keyValue - the new tModelKey.

getTModelKeyVector

public java.util.Vector getTModelKeyVector()
Gets the set of tModelKeys.

Returns:
the current set of tModelKeys.

setTModelKeyVector

public void setTModelKeyVector(java.util.Vector v)
Sets the set containing tModelKeys.

Parameters:
v - the new set of tModelKeys.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference