Uses of Class
edu.harvard.i2b2.crc.datavo.pdo.query.ConstrainDateType

Packages that use ConstrainDateType
edu.harvard.i2b2.crc.datavo.pdo.query   
 

Uses of ConstrainDateType in edu.harvard.i2b2.crc.datavo.pdo.query
 

Fields in edu.harvard.i2b2.crc.datavo.pdo.query declared as ConstrainDateType
protected  ConstrainDateType ItemType.ConstrainByDate.dateFrom
           
protected  ConstrainDateType ItemType.ConstrainByDate.dateTo
           
protected  ConstrainDateType PanelType.panelDateFrom
           
protected  ConstrainDateType PanelType.panelDateTo
           
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query that return ConstrainDateType
 ConstrainDateType ObjectFactory.createConstrainDateType()
          Create an instance of ConstrainDateType
 ConstrainDateType ItemType.ConstrainByDate.getDateFrom()
          Gets the value of the dateFrom property.
 ConstrainDateType ItemType.ConstrainByDate.getDateTo()
          Gets the value of the dateTo property.
 ConstrainDateType PanelType.getPanelDateFrom()
          Gets the value of the panelDateFrom property.
 ConstrainDateType PanelType.getPanelDateTo()
          Gets the value of the panelDateTo property.
 

Methods in edu.harvard.i2b2.crc.datavo.pdo.query with parameters of type ConstrainDateType
 void ItemType.ConstrainByDate.setDateFrom(ConstrainDateType value)
          Sets the value of the dateFrom property.
 void ItemType.ConstrainByDate.setDateTo(ConstrainDateType value)
          Sets the value of the dateTo property.
 void PanelType.setPanelDateFrom(ConstrainDateType value)
          Sets the value of the panelDateFrom property.
 void PanelType.setPanelDateTo(ConstrainDateType value)
          Sets the value of the panelDateTo property.
 



Copyright © 2011. All Rights Reserved.