org.kuali.rice.kew.web
Class KeyValue
java.lang.Object
org.kuali.rice.kew.web.KeyValue
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- KeyValueSort
public class KeyValue
- extends Object
- implements Serializable
A simple bean for storing key/value pairs that can be used for a number of
tasks. Right now it is used to hold information that will be display on a jsp
for drop down boxes.
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
key
private String key
value
private String value
KeyValue
public KeyValue()
KeyValue
public KeyValue(String key,
String value)
getkey
public String getkey()
getvalue
public String getvalue()
setkey
public void setkey(String key)
setvalue
public void setvalue(String value)
getKey
public String getKey()
getValue
public String getValue()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.