org.openmrs.report
Class ReportData

java.lang.Object
  extended by org.openmrs.report.ReportData

Deprecated. see reportingcompatibility module

@Deprecated
public class ReportData
extends java.lang.Object

Report Data obtained from evaluating a ReportSchema with a given EvaluationContext.


Constructor Summary
ReportData()
          Deprecated.  
 
Method Summary
 java.util.Map<java.lang.String,DataSet> getDataSets()
          Deprecated.  
 EvaluationContext getEvaluationContext()
          Deprecated.  
 ReportSchema getReportSchema()
          Deprecated.  
 void setDataSets(java.util.Map<java.lang.String,DataSet> dataSets)
          Deprecated.  
 void setEvaluationContext(EvaluationContext evaluationContext)
          Deprecated. Saves the EvaluationContext that was used to obtain this ReportData.
 void setReportSchema(ReportSchema reportSchema)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportData

public ReportData()
Deprecated. 
Method Detail

getDataSets

public java.util.Map<java.lang.String,DataSet> getDataSets()
Deprecated. 

setDataSets

public void setDataSets(java.util.Map<java.lang.String,DataSet> dataSets)
Deprecated. 

getEvaluationContext

public EvaluationContext getEvaluationContext()
Deprecated. 
Returns:
Returns the EvaluationContext that was used to obtain this ReportData.

setEvaluationContext

public void setEvaluationContext(EvaluationContext evaluationContext)
Deprecated. 
Saves the EvaluationContext that was used to obtain this ReportData.

Parameters:
evaluationContext -

getReportSchema

public ReportSchema getReportSchema()
Deprecated. 

setReportSchema

public void setReportSchema(ReportSchema reportSchema)
Deprecated. 

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change