org.lexgrid.loader.staging.support
Class KeyValuePair

java.lang.Object
  extended by org.lexgrid.loader.staging.support.KeyValuePair

public class KeyValuePair
extends java.lang.Object

The Class KeyValuePair.

Author:
Kevin Peterson

Constructor Summary
KeyValuePair()
           
 
Method Summary
 java.lang.String getKey()
          Gets the key.
 java.lang.String getValue()
          Gets the value.
 void setKey(java.lang.String key)
          Sets the key.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair()
Method Detail

getKey

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

Returns:
the key

setKey

public void setKey(java.lang.String key)
Sets the key.

Parameters:
key - the new key

getValue

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

Returns:
the value

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - the new value

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.