org.kuali.student.contract.model.test.source
Class SearchParamInfo
java.lang.Object
org.kuali.student.contract.model.test.source.SearchParamInfo
- All Implemented Interfaces:
- Serializable, SearchParam
public class SearchParamInfo
- extends Object
- implements SearchParam, Serializable
Search Parameter
A structure that holds a key value pair to supply a value to a parameter for searching.
- Author:
- nwright
- See Also:
- Serialized Form
Method Summary |
String |
getKey()
Name: Search Parameter Key
The key that identifies the name of the search parameter |
List<String> |
getValues()
Name: Values
The value(s) of the search parameter
Most parameters take only a single value but the list is available for
operations such as "IN" that take a list of values. |
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 final String key
values
private final List<String> values
_futureElements
private final List<Element> _futureElements
SearchParamInfo
public SearchParamInfo()
SearchParamInfo
public SearchParamInfo(SearchParam infc)
getValues
public List<String> getValues()
- Description copied from interface:
SearchParam
- Name: Values
The value(s) of the search parameter
Most parameters take only a single value but the list is available for
operations such as "IN" that take a list of values.
- Specified by:
getValues
in interface SearchParam
getKey
public String getKey()
- Description copied from interface:
SearchParam
- Name: Search Parameter Key
The key that identifies the name of the search parameter
- Specified by:
getKey
in interface SearchParam
Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.