org.kuali.rice.kew.web
Class KeyValueSort
java.lang.Object
org.kuali.rice.kew.web.KeyValue
org.kuali.rice.kew.web.KeyValueSort
- All Implemented Interfaces:
- Serializable
public class KeyValueSort
- extends KeyValue
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
userDisplayValue
private String userDisplayValue
sortValue
private Object sortValue
sortClass
private Class sortClass
searchableAttributeValue
private SearchableAttributeValue searchableAttributeValue
KeyValueSort
public KeyValueSort()
KeyValueSort
public KeyValueSort(String key,
String value)
KeyValueSort
public KeyValueSort(String key,
String value,
Object sortValue,
SearchableAttributeValue searchableAttributeValue)
KeyValueSort
public KeyValueSort(String key,
String value,
String userDisplayValue,
Object sortValue,
SearchableAttributeValue searchableAttributeValue)
KeyValueSort
public KeyValueSort(KeyValueSort kvs)
getSortValue
public Object getSortValue()
setSortValue
public void setSortValue(Object sortValue)
getSortClass
public Class getSortClass()
getSearchableAttributeValue
public SearchableAttributeValue getSearchableAttributeValue()
getUserDisplayValue
public String getUserDisplayValue()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.