| Modifier and Type | Field and Description |
|---|---|
private int |
id |
private List<Todo> |
todos |
| Constructor and Description |
|---|
TodoList() |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
List<Todo> |
getTodos() |
void |
setTodos(List<Todo> todos) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.