Class TodoList
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.bo.TodoList
-
-
Constructor Summary
Constructors Constructor Description TodoList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getName()
List<TodoItem>
getTodoItems()
void
setId(int id)
void
setName(String name)
void
setTodoItems(List<TodoItem> todoItems)
String
toString()
-