|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.r2.common.dto.CriteriaInfo
public class CriteriaInfo
Query to return some information regarding LUI to person relationships.
Constructor Summary | |
---|---|
CriteriaInfo()
Constructs a new CriteriaInfo. |
|
CriteriaInfo(Criteria criteria)
Constructs a new CriteriaInfo from another Criteria. |
Method Summary | |
---|---|
List<? extends Comparison> |
getComparisons()
Name: Comparisons 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 |
void |
setComparisons(List<ComparisonInfo> comparisons)
|
void |
setMaxResults(Integer maxResults)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CriteriaInfo()
public CriteriaInfo(Criteria criteria)
criteria
- the criteria to copyMethod Detail |
---|
public List<? extends Comparison> getComparisons()
Criteria
getComparisons
in interface Criteria
public void setComparisons(List<ComparisonInfo> comparisons)
public Integer getMaxResults()
Criteria
getMaxResults
in interface Criteria
public void setMaxResults(Integer maxResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |