@Deprecated public class ReportDefinition extends AbstractReportObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SUB_TYPE_NAME
Deprecated.
|
static String |
TYPE_NAME
Deprecated.
|
| Constructor and Description |
|---|
ReportDefinition()
Deprecated.
Default public constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addReportElement(ReportElementDefinition reportElement)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
Compares the object IDs and indicates whether the given object is equal to this object.
|
CohortDefinition |
getCohortDefinition()
Deprecated.
Gets the default cohort definition.
|
DataExportReportObject |
getDataExport()
Deprecated.
Gets the default data export object.
|
DatasetDefinition |
getDatasetDefinition()
Deprecated.
Gets the default dataset definition.
|
Cohort |
getPatientSet()
Deprecated.
Gets the default patient set.
|
Set<ReportElementDefinition> |
getReportElements()
Deprecated.
Gets the report elements.
|
int |
hashCode()
Deprecated.
Returns hash code representation of object.
|
void |
setCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.
Sets the default cohort definition.
|
void |
setDataExport(DataExportReportObject dataExport)
Deprecated.
Sets the default data export object.
|
void |
setDatasetDefinition(DatasetDefinition datasetDefinition)
Deprecated.
Sets the default dataset definition.
|
void |
setPatientSet(Cohort patientSet)
Deprecated.
Sets the default patient set.
|
void |
setReportElements(Set<ReportElementDefinition> reportElements)
Deprecated.
Sets the report elements.
|
String |
toString()
Deprecated.
Converts object to string
|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setTypegetUuid, setUuidclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetUuid, setUuidpublic static final String TYPE_NAME
public static final String SUB_TYPE_NAME
public ReportDefinition()
public Set<ReportElementDefinition> getReportElements()
public void setReportElements(Set<ReportElementDefinition> reportElements)
reportElements - public CohortDefinition getCohortDefinition()
public void setCohortDefinition(CohortDefinition cohortDefinition)
cohortDefinition - public DatasetDefinition getDatasetDefinition()
public void setDatasetDefinition(DatasetDefinition datasetDefinition)
datasetDefinition - public void addReportElement(ReportElementDefinition reportElement)
reportElement - public DataExportReportObject getDataExport()
public void setDataExport(DataExportReportObject dataExport)
dataExport - public Cohort getPatientSet()
public void setPatientSet(Cohort patientSet)
patientSet - public boolean equals(Object obj)
public int hashCode()
public String toString()
toString in class AbstractReportObjectCopyright © 2018 OpenMRS LLC.. All Rights Reserved.