Class TodoListEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kanban.todo_list.TodoListEntity
All Implemented Interfaces:
Serializable

@Entity public class TodoListEntity extends BaseEntity
See Also:
  • Field Details

    • name

      private String name
    • description

      private String description
    • type

      private String type
    • color

      private String color
    • order

      private int order
    • tasks

      private List<TaskEntity> tasks
    • projectUid

      private String projectUid
    • moduleUid

      private String moduleUid
  • Constructor Details

    • TodoListEntity

      public TodoListEntity()