|
|||||||||
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.data.DatasetDefinition
@Deprecated public class DatasetDefinition
Field Summary | |
---|---|
static java.lang.String |
SUB_TYPE_NAME
Deprecated. |
static java.lang.String |
TYPE_NAME
Deprecated. |
Constructor Summary | |
---|---|
DatasetDefinition()
Deprecated. Default public constructor |
|
DatasetDefinition(DataExportReportObject dataExport)
Deprecated. Default public constructor |
Method Summary | |
---|---|
DataExportReportObject |
getDataset()
Deprecated. |
java.lang.String |
getDatasetLocation()
Deprecated. Get the file location of the dataset export. |
void |
setDataset(DataExportReportObject dataExport)
Deprecated. |
void |
setDatasetLocation(java.lang.String datasetLocation)
Deprecated. Sets the location of the dataset export. |
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 |
---|
public static final java.lang.String TYPE_NAME
public static final java.lang.String SUB_TYPE_NAME
Constructor Detail |
---|
public DatasetDefinition()
public DatasetDefinition(DataExportReportObject dataExport)
Method Detail |
---|
public DataExportReportObject getDataset()
public void setDataset(DataExportReportObject dataExport)
dataExport
- public java.lang.String getDatasetLocation()
public void setDatasetLocation(java.lang.String datasetLocation)
datasetLocation
-
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |