Serialized Form
-
Package org.cxbox.model.dictionary.entity
-
Class org.cxbox.model.dictionary.entity.AudDictionary
class AudDictionary extends BaseEntity implements Serializable-
Serialized Fields
-
dictType
String dictType
-
eventDate
LocalDateTime eventDate
-
eventType
String eventType
-
key
String key
-
-
-
Class org.cxbox.model.dictionary.entity.DictionaryItem
class DictionaryItem extends BaseEntity implements Serializable-
Serialized Fields
-
active
boolean active
-
additionFlg
Boolean additionFlg
-
description
String description
-
dictionaryTypeId
DictionaryTypeDesc dictionaryTypeId
-
displayOrder
Integer displayOrder
-
key
String key
-
translations
Map<String,
DictionaryItemTranslation> translations -
type
String type
-
-
-
Class org.cxbox.model.dictionary.entity.DictionaryTypeDesc
class DictionaryTypeDesc extends BaseEntity implements Serializable
-