Class DictionaryItemTranslation
java.lang.Object
org.cxbox.model.dictionary.entity.DictionaryItemTranslation
- All Implemented Interfaces:
Translation<DictionaryItem,DictionaryItemTranslation>
@Entity
public class DictionaryItemTranslation
extends Object
implements Translation<DictionaryItem,DictionaryItemTranslation>
Entity for simple dictionaries
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cxbox.model.core.api.Translation
getLanguage, getPrimaryEntity, getTranslationId, setPrimaryEntity, setTranslationId
-
Constructor Details
-
DictionaryItemTranslation
public DictionaryItemTranslation()
-
-
Method Details
-
copyTranslation
- Specified by:
copyTranslationin interfaceTranslation<DictionaryItem,DictionaryItemTranslation>
-