com.bankframe.ei.channel.corba.jdk.eontec
Class KeyValue

java.lang.Object
  extended by com.bankframe.ei.channel.corba.jdk.eontec.KeyValue
All Implemented Interfaces:
Serializable, IDLEntity

public final class KeyValue
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 String key
           
 String value
           
 
Constructor Summary
KeyValue()
           
KeyValue(String _key, String _value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public String key

value

public String value
Constructor Detail

KeyValue

public KeyValue()

KeyValue

public KeyValue(String _key,
                String _value)


Copyright © 2005, 2007, Oracle. All rights reserved.