org.openmrs.reporting.report
Class ReportElementDefinition

java.lang.Object
  extended by org.openmrs.BaseOpenmrsObject
      extended by org.openmrs.reporting.AbstractReportObject
          extended by org.openmrs.reporting.report.ReportElementDefinition
All Implemented Interfaces:
java.io.Serializable, OpenmrsObject, ReportObject

Deprecated. see reportingcompatibility module

@Deprecated
public class ReportElementDefinition
extends AbstractReportObject
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 CohortDefinition cohortDefinition
          Deprecated.  
 DatasetDefinition datasetDefinition
          Deprecated.  
 
Constructor Summary
ReportElementDefinition()
          Deprecated.  
 
Method Summary
 CohortDefinition getCohortDefinition()
          Deprecated. TODO Auto generated method comment
 DatasetDefinition getDatasetDefinition()
          Deprecated. TODO Auto generated method comment
 void setCohortDefinition(CohortDefinition cohortDefinition)
          Deprecated.  
 void setDatasetDefinition(DatasetDefinition datasetDefinition)
          Deprecated.  
 
Methods inherited from class org.openmrs.reporting.AbstractReportObject
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
 
Methods inherited from class org.openmrs.BaseOpenmrsObject
getUuid, setUuid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openmrs.OpenmrsObject
getUuid, setUuid
 

Field Detail

datasetDefinition

public DatasetDefinition datasetDefinition
Deprecated. 

cohortDefinition

public CohortDefinition cohortDefinition
Deprecated. 
Constructor Detail

ReportElementDefinition

public ReportElementDefinition()
Deprecated. 
Method Detail

getCohortDefinition

public CohortDefinition getCohortDefinition()
Deprecated. 
TODO Auto generated method comment

Returns:
CohortDefinition the CohortDefinition of this Report Element Definition

setCohortDefinition

public void setCohortDefinition(CohortDefinition cohortDefinition)
Deprecated. 
Parameters:
cohortDefinition -

getDatasetDefinition

public DatasetDefinition getDatasetDefinition()
Deprecated. 
TODO Auto generated method comment

Returns:
DatasetDefinition the DatasetDefinition of this Report Element Definition

setDatasetDefinition

public void setDatasetDefinition(DatasetDefinition datasetDefinition)
Deprecated. 
Parameters:
datasetDefinition -

OpenMRS-1.7.x

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