public class CohortListItem extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
CohortListItem(Cohort cohort) |
Modifier and Type | Method and Description |
---|---|
Integer |
getCohortId() |
String |
getDescription() |
Integer[] |
getMembers() |
String |
getName() |
void |
setCohortId(Integer cohortId) |
void |
setDescription(String description) |
void |
setMembers(Integer[] members) |
void |
setName(String name) |
public CohortListItem(Cohort cohort)
public Integer getCohortId()
public void setCohortId(Integer cohortId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Integer[] getMembers()
public void setMembers(Integer[] members)
Copyright © 2015 OpenMRS Inc.. All rights reserved.