org.squashtest.csp.tm.domain.report.common.hibernate
Class BelowDateCriterion

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
      extended by org.squashtest.csp.tm.domain.report.common.hibernate.BelowDateCriterion

public class BelowDateCriterion
extends ReportCriterion


Constructor Summary
BelowDateCriterion()
           
BelowDateCriterion(String criterionName, String attributePath)
           
 
Method Summary
 org.hibernate.criterion.Criterion makeCriterion()
          This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion.
 
Methods inherited from class org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
getAttributePath, getCriterionName, getEntityAlias, getEntityClass, getOperator, getParamClass, getParameters, setAttributePath, setCriterionName, setEntityAlias, setEntityClass, setOperator, setParamClass, setParameter, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BelowDateCriterion

public BelowDateCriterion()

BelowDateCriterion

public BelowDateCriterion(String criterionName,
                          String attributePath)
Method Detail

makeCriterion

public org.hibernate.criterion.Criterion makeCriterion()
Description copied from class: ReportCriterion
This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion.

Specified by:
makeCriterion in class ReportCriterion
Returns:
the converted Criterion.


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.