Class TaskEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kanban.task.TaskEntity
All Implemented Interfaces:
Serializable

@Entity public class TaskEntity 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
    • tagList

      private List<String> tagList
    • complete

      private boolean complete
    • projectUid

      private String projectUid
    • moduleUid

      private String moduleUid
    • todoListUid

      private String todoListUid
  • Constructor Details

    • TaskEntity

      public TaskEntity()