org.kuali.common.util
Class KeyValue

java.lang.Object
  extended by org.kuali.common.util.KeyValue

public class KeyValue
extends Object


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

Constructor Detail

KeyValue

public KeyValue()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.