Package com.bytedesk.core.intention
Class IntentionEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.intention.IntentionEntity
- All Implemented Interfaces:
Serializable
Intention entity for content categorization and organization
Provides intentionging functionality for various system entities
Database Table: bytedesk_core_intention
Purpose: Stores intention 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 intention -
description
Description of the intention -
type
Type of intention (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
IntentionEntity
public IntentionEntity()
-