|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.BaseOpenmrsObject org.openmrs.reporting.AbstractReportObject org.openmrs.reporting.report.ReportDefinition
@Deprecated public class ReportDefinition
Field Summary | |
---|---|
static java.lang.String |
SUB_TYPE_NAME
Deprecated. |
static java.lang.String |
TYPE_NAME
Deprecated. |
Constructor Summary | |
---|---|
ReportDefinition()
Deprecated. Default public constructor |
Method Summary | |
---|---|
void |
addReportElement(ReportElementDefinition reportElement)
Deprecated. |
boolean |
equals(java.lang.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. |
java.util.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(java.util.Set<ReportElementDefinition> reportElements)
Deprecated. Sets the report elements. |
java.lang.String |
toString()
Deprecated. Converts object to string |
Methods inherited from class org.openmrs.reporting.AbstractReportObject |
---|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType |
Methods inherited from class org.openmrs.BaseOpenmrsObject |
---|
getUuid, setUuid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getUuid, setUuid |
Field Detail |
---|
public static final java.lang.String TYPE_NAME
public static final java.lang.String SUB_TYPE_NAME
Constructor Detail |
---|
public ReportDefinition()
Method Detail |
---|
public java.util.Set<ReportElementDefinition> getReportElements()
public void setReportElements(java.util.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(java.lang.Object obj)
equals
in class java.lang.Object
obj
- object to compare
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class AbstractReportObject
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |