org.scopemvc.util
Class KeyValue

java.lang.Object
  |
  +--org.scopemvc.util.KeyValue

public final class KeyValue
extends java.lang.Object

Holds two Objects: a key and a value.

Version:
$Revision: 1.3 $ $Date: 2002/09/05 15:41:46 $
Author:
Steve Meyfroidt

Constructor Summary
KeyValue(java.lang.Object inKey, java.lang.Object inValue)
          Constructor for the KeyValue object
 
Method Summary
 java.lang.Object getKey()
          Gets the key
 java.lang.Object getValue()
          Gets the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValue

public KeyValue(java.lang.Object inKey,
                java.lang.Object inValue)
Constructor for the KeyValue object

Parameters:
inKey - TODO: Describe the Parameter
inValue - TODO: Describe the Parameter
Method Detail

getKey

public java.lang.Object getKey()
Gets the key

Returns:
The key value

getValue

public java.lang.Object getValue()
Gets the value

Returns:
The value value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.