Package com.bytedesk.service.screen
Class ScreenEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.service.screen.ScreenEntity
- All Implemented Interfaces:
Serializable
Screen entity for content categorization and organization
Provides screen functionality for various system entities
Database Table: bytedesk_service_screen
Purpose: Stores screen 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
-
name
Name of the screen -
description
Description of the screen -
type
Type of screen (CUSTOMER, TICKET, ARTICLE, etc.) -
color
Color theme for the screen display -
order
Display order of the screen
-
-
Constructor Details
-
ScreenEntity
public ScreenEntity()
-