- All Implemented Interfaces:
Serializable
@Entity
public class NoticeEntity
extends BaseEntity
System notice entity for announcements and notifications
Different from message type notices - used for system-wide announcements
Database Table: bytedesk_core_notice
Purpose: Stores system announcements, alerts, and important notifications
- See Also:
-
-
Field Summary
Fields
Main content of the notice
Additional notice information stored as JSON format
Current status of the notice (PENDING, PUBLISHED, ARCHIVED, etc.)
Title of the notice or announcement
Type of notice (LOGIN, SYSTEM, MAINTENANCE, etc.)
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
title
Title of the notice or announcement
-
content
Main content of the notice
-
type
Type of notice (LOGIN, SYSTEM, MAINTENANCE, etc.)
-
status
Current status of the notice (PENDING, PUBLISHED, ARCHIVED, etc.)
-
-
Constructor Details
-
NoticeEntity
public NoticeEntity()