org.kuali.rice.kew.web
Class KeyValue

java.lang.Object
  extended by 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

Field Summary
private  String key
           
private static long serialVersionUID
           
private  String value
           
 
Constructor Summary
KeyValue()
           
KeyValue(String key, String value)
           
 
Method Summary
 String getkey()
           
 String getKey()
           
 String getvalue()
           
 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

key

private String key

value

private String value
Constructor Detail

KeyValue

public KeyValue()

KeyValue

public KeyValue(String key,
                String value)
Method Detail

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.