Package com.bytedesk.call.call_statistic
Class CallStatisticEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.call.call_statistic.CallStatisticEntity
- All Implemented Interfaces:
Serializable
CallStatistic entity for content categorization and organization
Provides statistic functionality for various system entities
Database Table: bytedesk_core_statistic
Purpose: Stores statistic definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringColor theme for the statistic displayprivate StringDescription of the statisticprivate StringName of the statisticprivate IntegerDisplay order of the statisticprivate static final longprivate StringType of statistic (CUSTOMER, TICKET, ARTICLE, etc.) -
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 statistic -
description
Description of the statistic -
type
Type of statistic (CUSTOMER, TICKET, ARTICLE, etc.) -
color
Color theme for the statistic display -
order
Display order of the statistic
-
-
Constructor Details
-
CallStatisticEntity
public CallStatisticEntity()
-