@Deprecated public class RowPerProgramEnrollmentDataSetDefinition extends Object implements DataSetDefinition
RowPerProgramEnrollmentDataSet
,
Serialized FormConstructor and Description |
---|
RowPerProgramEnrollmentDataSetDefinition()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Class> |
getColumnDatatypes()
Deprecated.
Gets a list of the datatype of the columns
|
List<String> |
getColumnKeys()
Deprecated.
Gets a list of column keys.
|
CohortDefinition |
getFilter()
Deprecated.
|
String |
getName()
Deprecated.
Gets the name
|
List<Parameter> |
getParameters()
Deprecated.
A object that can take parameters should examine itself and its child objects to find out all
of its required parameters.
|
Collection<Program> |
getPrograms()
Deprecated.
|
void |
setFilter(CohortDefinition filter)
Deprecated.
|
void |
setName(String name)
Deprecated.
Sets the name of this data set definition
|
void |
setPrograms(Collection<Program> programs)
Deprecated.
|
public RowPerProgramEnrollmentDataSetDefinition()
public List<Class> getColumnDatatypes()
DataSetDefinition
getColumnDatatypes
in interface DataSetDefinition
List
of the column datatypesDataSetDefinition.getColumnDatatypes()
public List<String> getColumnKeys()
DataSetDefinition
getColumnKeys
in interface DataSetDefinition
List
of the column keysDataSetDefinition.getColumnKeys()
public String getName()
DataSetDefinition
getName
in interface DataSetDefinition
String
name of the DataSetDefinitionDataSetDefinition.getName()
public void setName(String name)
DataSetDefinition
setName
in interface DataSetDefinition
name
- the descriptive name of this definitionDataSetDefinition.setName(java.lang.String)
public List<Parameter> getParameters()
Parameterizable
getParameters
in interface Parameterizable
Parameterizable.getParameters()
public Collection<Program> getPrograms()
public void setPrograms(Collection<Program> programs)
public CohortDefinition getFilter()
public void setFilter(CohortDefinition filter)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.