public class DrugSetItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
DrugSetItem() |
DrugSetItem(ConceptSet conceptSet) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDrugCount() |
Integer |
getDrugSetId() |
String |
getDrugSetLabel() |
String |
getName() |
void |
setDrugCount(Integer drugCount) |
void |
setDrugSetId(Integer drugSetId) |
void |
setDrugSetLabel(String drugSetLabel) |
void |
setName(String name) |
public DrugSetItem()
public DrugSetItem(ConceptSet conceptSet)
public Integer getDrugCount()
public void setDrugCount(Integer drugCount)
drugCount - The drugCount to set.public String getDrugSetLabel()
public void setDrugSetLabel(String drugSetLabel)
drugSetLabel - The drugSetLabel to set.public Integer getDrugSetId()
public void setDrugSetId(Integer drugSetId)
drugSetId - The drugSetId to set.public String getName()
public void setName(String name)
name - The name to set.Copyright © 2018 OpenMRS LLC.. All Rights Reserved.