Package com.bytedesk.kbase.note
Class NoteEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.note.NoteEntity
- All Implemented Interfaces:
Serializable
Note entity for content categorization and organization
Provides noteging functionality for various system entities
Database Table: bytedesk_kbase_note
Purpose: Stores note definitions, colors, and organization settings
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the note -
description
Description of the note -
type
Type of note (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
NoteEntity
public NoteEntity()
-