Package org.javlo.service
Class ListService.ListItem
- java.lang.Object
-
- org.javlo.service.ListService.ListItem
-
- All Implemented Interfaces:
IListItem
- Direct Known Subclasses:
ListService.I18nItem
- Enclosing class:
- ListService
public static class ListService.ListItem extends Object implements IListItem
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-