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