- All Implemented Interfaces:
Serializable
@Entity
public class TaskCommentEntity
extends BaseEntity
TaskComment entity for content categorization and organization
Provides task_commentging functionality for various system entities
Database Table: bytedesk_core_task_comment
Purpose: Stores task_comment definitions, colors, and organization settings
- See Also:
-
-
Field Summary
Fields
Optional images for this comment
private static final long
Task uid that this comment belongs to
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID
- See Also:
-
-
taskUid
Task uid that this comment belongs to
-
-
images
Optional images for this comment
-
Constructor Details
-
TaskCommentEntity
public TaskCommentEntity()