org.openmrs.reporting.data
Class DatasetDefinition

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

Deprecated. see reportingcompatibility module

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

See Also:
Serialized Form

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

TYPE_NAME

public static final java.lang.String TYPE_NAME
Deprecated. 
See Also:
Constant Field Values

SUB_TYPE_NAME

public static final java.lang.String SUB_TYPE_NAME
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

DatasetDefinition

public DatasetDefinition()
Deprecated. 
Default public constructor


DatasetDefinition

public DatasetDefinition(DataExportReportObject dataExport)
Deprecated. 
Default public constructor

Method Detail

getDataset

public DataExportReportObject getDataset()
Deprecated. 
Returns:
DataExportReportObject

setDataset

public void setDataset(DataExportReportObject dataExport)
Deprecated. 
Parameters:
dataExport -

getDatasetLocation

public java.lang.String getDatasetLocation()
Deprecated. 
Get the file location of the dataset export.

Returns:
String the file location of the dataset export

setDatasetLocation

public void setDatasetLocation(java.lang.String datasetLocation)
Deprecated. 
Sets the location of the dataset export.

Parameters:
datasetLocation -

OpenMRS-1.7.x

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