|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.cohort.StaticCohortDefinition
@Deprecated public class StaticCohortDefinition
This class provides access to org.openmrs.Cohort objects that are saved in the cohort table.
Constructor Summary | |
---|---|
StaticCohortDefinition()
Deprecated. |
|
StaticCohortDefinition(Cohort cohort)
Deprecated. |
Method Summary | |
---|---|
Cohort |
getCohort()
Deprecated. |
java.util.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. |
void |
setCohort(Cohort cohort)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticCohortDefinition()
public StaticCohortDefinition(Cohort cohort)
Method Detail |
---|
public java.util.List<Parameter> getParameters()
Parameterizable
getParameters
in interface Parameterizable
Parameterizable.getParameters()
public Cohort getCohort()
public void setCohort(Cohort cohort)
cohort
- the cohort to set
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |