org.kuali.student.contract.model.test.source
Interface SearchParam

All Known Implementing Classes:
SearchParamInfo, SearchParamInfo.Builder

public interface SearchParam

Search Parameter Info A structure that holds a key value pair as a way to supply a parameter to a search.

Author:
nwright

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.
 

Method Detail

getKey

String getKey()
Name: Search Parameter Key The key that identifies the name of the search parameter


getValues

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.



Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.