org.kuali.rice.krad.uif.util
Class UifKeyValue

java.lang.Object
  extended by org.kuali.rice.core.api.util.AbstractKeyValue
      extended by org.kuali.rice.krad.uif.util.UifKeyValue
All Implemented Interfaces:
Serializable, KeyValue
Direct Known Subclasses:
UifKeyValueLocation

public class UifKeyValue
extends AbstractKeyValue

KRAD version of KeyValue to enable use in schema

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.core.api.util.AbstractKeyValue
key, value
 
Constructor Summary
UifKeyValue()
           
UifKeyValue(String key, String value)
           
 
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

UifKeyValue

public UifKeyValue()

UifKeyValue

public UifKeyValue(String key,
                   String value)
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface KeyValue
Overrides:
getKey in class AbstractKeyValue

getValue

public String getValue()
Specified by:
getValue in interface KeyValue
Overrides:
getValue in class AbstractKeyValue

setKey

public void setKey(String key)

setValue

public void setValue(String value)


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