Class MomentEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.moment.MomentEntity
All Implemented Interfaces:
Serializable

@Entity public class MomentEntity extends BaseEntity
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 Details

    • name

      private String name
      Name of the moment
    • description

      private String description
      Description of the moment
    • type

      private String type
      Type of moment (CUSTOMER, TICKET, ARTICLE, etc.)
    • color

      private String color
      Color theme for the moment display
    • order

      private Integer order
      Display order of the moment
  • Constructor Details

    • MomentEntity

      public MomentEntity()