Package org.kuali.rice.kew.web
Class KeyValueSort
java.lang.Object
org.kuali.rice.kew.web.KeyValueSort
- All Implemented Interfaces:
Serializable,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:
-
Constructor Summary
ConstructorsConstructorDescriptionKeyValueSort(String key, String value) KeyValueSort(String key, String value, Object sortValue, SearchableAttributeValue searchableAttributeValue) KeyValueSort(String key, String value, String userDisplayValue, Object sortValue, SearchableAttributeValue searchableAttributeValue) KeyValueSort(KeyValueSort kvs) -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getValue()voidvoidsetSortValue(Object sortValue) void
-
Constructor Details
-
KeyValueSort
public KeyValueSort() -
KeyValueSort
-
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
-
-
Method Details