org.openorb.pss.connector.database
Class KeyBag

java.lang.Object
  extended by org.openorb.pss.connector.database.KeyBag

public class KeyBag
extends java.lang.Object

This class is used for key.

Author:
Jerome Daniel

Field Summary
 java.lang.String name
           
 org.omg.CORBA.portable.OutputStream value
           
 
Constructor Summary
KeyBag()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public org.omg.CORBA.portable.OutputStream value
Constructor Detail

KeyBag

public KeyBag()