komarichyn / time-management

study project which show us how to implement todo list
0 stars 2 forks source link

Create entity for Task #2

Closed komarichyn closed 3 years ago

komarichyn commented 3 years ago

Implement task object in java

Class should collect all necessary fields which will used for store into the database. Implemented get/set methods. java source file should be located by path - /src/main/java/com/tm/database/entity and the file should be called Task.java