public class Task extends Object
| Constructor and Description |
|---|
Task(int id,
String name,
LocalDate dueDate) |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
getDueDate() |
int |
getId() |
String |
getName() |
void |
setDueDate(LocalDate dueDate) |
void |
setId(int id) |
void |
setName(String name) |
String |
toString() |
Copyright © 2026. All rights reserved.