Package org.kuali.rice.kew.web
Class KeyValueSort
java.lang.Object
org.kuali.rice.kew.web.KeyValueSort
- All Implemented Interfaces:
Serializable,org.kuali.rice.core.api.util.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
-
getSortValue
-
setSortValue
-
getSortClass
-
getSearchableAttributeValue
-
getUserDisplayValue
-
getKey
- Specified by:
getKeyin interfaceorg.kuali.rice.core.api.util.KeyValue
-
getValue
- Specified by:
getValuein interfaceorg.kuali.rice.core.api.util.KeyValue
-
setKey
-
setValue
-