Package com.bytedesk.core.schedule
Class ScheduleEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.schedule.ScheduleEntity
- All Implemented Interfaces:
Serializable
Schedule entity for content categorization and organization
Provides scheduleging functionality for various system entities
Database Table: bytedesk_core_schedule
Purpose: Stores schedule definitions, colors, and organization settings
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringColor theme for the schedule displayprivate StringDescription of the scheduleprivate StringName of the scheduleprivate IntegerDisplay order of the scheduleprivate static final longprivate StringType of schedule (CUSTOMER, TICKET, ARTICLE, etc.) -
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 schedule -
description
Description of the schedule -
type
Type of schedule (CUSTOMER, TICKET, ARTICLE, etc.) -
color
Color theme for the schedule display -
order
Display order of the schedule
-
-
Constructor Details
-
ScheduleEntity
public ScheduleEntity()
-