Package com.bytedesk.kbase.kbase_invite
Class KbaseInviteEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.kbase_invite.KbaseInviteEntity
- All Implemented Interfaces:
Serializable
Knowledge base invite entity for member invitation management
Manages invitations to join knowledge bases and collaboration spaces
Database Table: bytedesk_kbase_invite
Purpose: Stores invitation configurations and member access management
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringColor theme for the invitation displayprivate StringDescription of the invitationprivate StringName of the invitationprivate IntegerDisplay order of the invitationprivate static final longprivate StringType of invitation (CUSTOMER, MEMBER, 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 invitation -
description
Description of the invitation -
type
Type of invitation (CUSTOMER, MEMBER, etc.) -
color
Color theme for the invitation display -
order
Display order of the invitation
-
-
Constructor Details
-
KbaseInviteEntity
public KbaseInviteEntity()
-