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>
@Entity
public class DictionaryItem
extends BaseEntity
implements Translatable<DictionaryItem,DictionaryItemTranslation>, Serializable
Entity for simple dictionaries
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cxbox.model.core.entity.BaseEntity
BaseEntity.BaseEntityBuilder<C extends BaseEntity,B extends BaseEntity.BaseEntityBuilder<C, B>> Nested classes/interfaces inherited from class org.cxbox.model.core.entity.AbstractEntity
AbstractEntity.AbstractEntityBuilder<C extends AbstractEntity,B extends AbstractEntity.AbstractEntityBuilder<C, B>> -
Field Summary
Fields inherited from class org.cxbox.model.core.entity.BaseEntity
id -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cxbox.model.core.entity.BaseEntity
canEqual, equals, getCreatedBy, getCreatedDate, getId, getLastUpdBy, getLoadVstamp, getUpdatedDate, getVstamp, hashCode, setCreatedBy, setCreatedDate, setId, setLastUpdBy, setLoadVstamp, setUpdatedDate, setVstamp, toStringMethods inherited from class org.cxbox.model.core.entity.AbstractEntity
isNew, setNewMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.cxbox.model.core.api.Translatable
addTranslation, getTranslation, getTranslation, getTranslations, getTranslationType
-
Constructor Details
-
DictionaryItem
public DictionaryItem()
-