org.kuali.student.contract.model.test.source
Class CriteriaInfo
java.lang.Object
org.kuali.student.contract.model.test.source.CriteriaInfo
- All Implemented Interfaces:
- Serializable, Criteria
public class CriteriaInfo
- extends Object
- implements Criteria, Serializable
Query to return some information regarding LUI to person relationships.
- See Also:
- Serialized Form
Method Summary |
List<ComparisonInfo> |
getComparisons()
The list of comparisons to be applied
TODO: Decide if null or empty list is ok? I.e. |
Integer |
getMaxResults()
Name: Maximum Results
Get the maximum number of results to be returned
Specify Null if do not want to limit the results |
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
comparisons
private final List<ComparisonInfo> comparisons
maxResults
private final Integer maxResults
_futureElements
private final List<Element> _futureElements
CriteriaInfo
private CriteriaInfo()
CriteriaInfo
private CriteriaInfo(Criteria builder)
getComparisons
public List<ComparisonInfo> getComparisons()
- Description copied from interface:
Criteria
- The list of comparisons to be applied
TODO: Decide if null or empty list is ok? I.e. can you get ALL?
- Specified by:
getComparisons
in interface Criteria
- Returns:
- list of comparisons
getMaxResults
public Integer getMaxResults()
- Description copied from interface:
Criteria
- Name: Maximum Results
Get the maximum number of results to be returned
Specify Null if do not want to limit the results
- Specified by:
getMaxResults
in interface Criteria
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.