Class DictionaryItem
- java.lang.Object
-
- org.cxbox.model.core.entity.AbstractEntity
-
- org.cxbox.model.core.entity.BaseEntity
-
- org.cxbox.model.dictionary.entity.DictionaryItem
-
- All Implemented Interfaces:
Serializable,Translatable<DictionaryItem,DictionaryItemTranslation>,org.hibernate.engine.spi.Managed,org.hibernate.engine.spi.ManagedMappedSuperclass
@Entity public class DictionaryItem extends BaseEntity implements Translatable<DictionaryItem,DictionaryItemTranslation>, Serializable
Entity for simple dictionaries- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cxbox.model.core.entity.BaseEntity
id
-
-
Constructor Summary
Constructors Constructor Description DictionaryItem()
-
Method Summary
-
Methods inherited from class org.cxbox.model.core.entity.BaseEntity
$$_hibernate_read_createdBy, $$_hibernate_read_createdDate, $$_hibernate_read_id, $$_hibernate_read_lastUpdBy, $$_hibernate_read_updatedDate, $$_hibernate_read_vstamp, $$_hibernate_write_createdBy, $$_hibernate_write_createdDate, $$_hibernate_write_id, $$_hibernate_write_lastUpdBy, $$_hibernate_write_updatedDate, $$_hibernate_write_vstamp, canEqual, equals, getCreatedBy, getCreatedDate, getId, getLastUpdBy, getLoadVstamp, getUpdatedDate, getVstamp, hashCode, setCreatedBy, setCreatedDate, setId, setLastUpdBy, setLoadVstamp, setUpdatedDate, setVstamp, toString
-
Methods inherited from class org.cxbox.model.core.entity.AbstractEntity
isNew, setNew
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cxbox.model.core.api.Translatable
addTranslation, getTranslation, getTranslation, getTranslations, getTranslationType
-
-