org.kuali.rice.core.api.util
Class AbstractKeyValue
java.lang.Object
org.kuali.rice.core.api.util.AbstractKeyValue
- All Implemented Interfaces:
- Serializable, KeyValue
- Direct Known Subclasses:
- ConcreteKeyValue, KeyMessage, UifKeyValue
public abstract class AbstractKeyValue
- extends Object
- implements KeyValue
An abstract key value that can be extended by other classes (ex: DTOs).
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected String key
value
protected String value
AbstractKeyValue
public AbstractKeyValue()
AbstractKeyValue
public AbstractKeyValue(String key,
String value)
AbstractKeyValue
public AbstractKeyValue(KeyValue keyValue)
AbstractKeyValue
public AbstractKeyValue(Map.Entry<String,String> entry)
getKey
public String getKey()
- Specified by:
getKey
in interface KeyValue
getValue
public String getValue()
- Specified by:
getValue
in interface KeyValue
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.