public class ListItem extends Object
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
ListItem() |
ListItem(Integer id,
String name,
String description) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Integer |
getId() |
String |
getName() |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
Copyright © 2015 OpenMRS Inc.. All rights reserved.