Serialized Form
-
Package org.cxbox.model.dictionary.entity
-
Class org.cxbox.model.dictionary.entity.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 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 extends BaseEntity implements Serializable
-