Package com.bytedesk.voc.opinion
Class OpinionEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.voc.opinion.OpinionEntity
- All Implemented Interfaces:
Serializable
Opinion entity for content categorization and organization
Provides opinion functionality for various system entities
Database Table: bytedesk_core_opinion
Purpose: Stores opinion 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
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the opinion -
description
Description of the opinion -
type
Type of opinion (CUSTOMER, TICKET, ARTICLE, etc.) -
color
Color theme for the opinion display -
order
Display order of the opinion
-
-
Constructor Details
-
OpinionEntity
public OpinionEntity()
-