Package com.bytedesk.core.contract
Class ContractEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.contract.ContractEntity
- All Implemented Interfaces:
Serializable
Contract entity for content categorization and organization
Provides contractging functionality for various system entities
Database Table: bytedesk_core_contract
Purpose: Stores contract 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 contract -
description
Description of the contract -
type
Type of contract (CUSTOMER, TICKET, ARTICLE, etc.)
-
-
Constructor Details
-
ContractEntity
public ContractEntity()
-