Class IntentionEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.intention.IntentionEntity
All Implemented Interfaces:
Serializable

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the intention
    • description

      private String description
      Description of the intention
    • type

      private String type
      Type of intention (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • IntentionEntity

      public IntentionEntity()