Package com.bytedesk.core.asset
Class AssetEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.asset.AssetEntity
- All Implemented Interfaces:
Serializable
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 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 asset -
description
Description of the asset -
type
Type of asset (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
AssetEntity
public AssetEntity()
-