Package com.bytedesk.control.trace
Class TraceEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.control.trace.TraceEntity
- All Implemented Interfaces:
Serializable
Trace entity for content categorization and organization
Provides trace functionality for various system entities
Database Table: bytedesk_core_trace
Purpose: Stores trace 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
-
name
Name of the trace -
description
Description of the trace -
type
Type of trace (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
TraceEntity
public TraceEntity()
-