Package com.bytedesk.core.moment
Class MomentEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.moment.MomentEntity
- All Implemented Interfaces:
Serializable
Moment entity for content categorization and organization
Provides moment functionality for various system entities
Database Table: bytedesk_core_moment
Purpose: Stores moment 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 moment -
description
Description of the moment -
type
Type of moment (CUSTOMER, TICKET, ARTICLE, etc.) -
color
Color theme for the moment display -
order
Display order of the moment
-
-
Constructor Details
-
MomentEntity
public MomentEntity()
-