Class AssetEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.asset.AssetEntity
All Implemented Interfaces:
Serializable

@Entity public class AssetEntity extends BaseEntity
Asset entity for content categorization and organization Provides assetging functionality for various system entities Database Table: bytedesk_core_asset Purpose: Stores asset definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the asset
    • description

      private String description
      Description of the asset
    • type

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

    • AssetEntity

      public AssetEntity()