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
-
value
String value
Single-language envs: value field can be used directly (it is actually copied for each language DictionaryItemTranslation.value in this case).
Multi-language envs: this field will be null, so DictionaryItemTranslation.value must be used
-
-
-
Class org.cxbox.model.dictionary.entity.DictionaryTypeDesc
class DictionaryTypeDesc extends BaseEntity implements Serializable
-