org.kuali.student.contract.model.test.source
Class SearchParamInfo

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

Nested Class Summary
static class SearchParamInfo.Builder
           
 
Field Summary
private  List<Element> _futureElements
           
private  String key
           
private static long serialVersionUID
           
private  List<String> values
           
 
Constructor Summary
SearchParamInfo()
           
SearchParamInfo(SearchParam infc)
           
 
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
 

Field Detail

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
Constructor Detail

SearchParamInfo

public SearchParamInfo()

SearchParamInfo

public SearchParamInfo(SearchParam infc)
Method Detail

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.