org.kuali.rice.krad.uif.util
Class UifKeyValue
java.lang.Object
org.kuali.rice.core.api.util.AbstractKeyValue
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UifKeyValue
public UifKeyValue()
UifKeyValue
public UifKeyValue(String key,
String value)
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.