public class ConceptDrugListItem extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ConceptDrugListItem() |
ConceptDrugListItem(Drug drug,
Locale locale) |
ConceptDrugListItem(Integer drugId,
Integer conceptId,
String name) |
Modifier and Type | Method and Description |
---|---|
ConceptListItem |
getConcept() |
Integer |
getConceptId() |
Integer |
getDrugId() |
String |
getFullName() |
String |
getName() |
void |
setConcept(ConceptListItem concept) |
void |
setConceptId(Integer conceptId) |
void |
setDrugId(Integer drugId) |
void |
setFullName(String fullName) |
void |
setName(String name) |
public Integer getDrugId()
public void setDrugId(Integer drugId)
public Integer getConceptId()
public void setConceptId(Integer conceptId)
public String getName()
public void setName(String name)
public String getFullName()
public void setFullName(String fullName)
public ConceptListItem getConcept()
public void setConcept(ConceptListItem concept)
Copyright © 2015 OpenMRS Inc.. All rights reserved.