org.kuali.student.r2.common.dto
Class CriteriaInfo

java.lang.Object
  extended by org.kuali.student.r2.common.dto.CriteriaInfo
All Implemented Interfaces:
Serializable, Criteria

public class CriteriaInfo
extends Object
implements Criteria, Serializable

Query to return some information regarding LUI to person relationships.

Since:
Tue Mar 01 15:54:06 PST 2011
Author:
Kamal
See Also:
Serialized Form

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

CriteriaInfo

public CriteriaInfo()
Constructs a new CriteriaInfo.


CriteriaInfo

public CriteriaInfo(Criteria criteria)
Constructs a new CriteriaInfo from another Criteria.

Parameters:
criteria - the criteria to copy
Method Detail

getComparisons

public List<? extends Comparison> getComparisons()
Description copied from interface: Criteria
Name: Comparisons 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

setComparisons

public void setComparisons(List<ComparisonInfo> 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

setMaxResults

public void setMaxResults(Integer maxResults)


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