public class CohortListItem
extends java.lang.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 |
---|---|
java.lang.Integer |
getCohortId() |
java.lang.String |
getDescription() |
java.lang.Integer[] |
getMembers() |
java.lang.String |
getName() |
void |
setCohortId(java.lang.Integer cohortId) |
void |
setDescription(java.lang.String description) |
void |
setMembers(java.lang.Integer[] members) |
void |
setName(java.lang.String name) |
public CohortListItem(Cohort cohort)
public java.lang.Integer getCohortId()
public void setCohortId(java.lang.Integer cohortId)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Integer[] getMembers()
public void setMembers(java.lang.Integer[] members)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.