org.openmrs.reporting.report
Class ReportElementDefinition
java.lang.Object
org.openmrs.BaseOpenmrsObject
org.openmrs.reporting.AbstractReportObject
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
datasetDefinition
public DatasetDefinition datasetDefinition
- Deprecated.
cohortDefinition
public CohortDefinition cohortDefinition
- Deprecated.
ReportElementDefinition
public ReportElementDefinition()
- Deprecated.
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
-
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change