org.zeroexchange.model.dictionary
Class DictionaryItem
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.dictionary.DictionaryItem
- All Implemented Interfaces:
- Serializable, TitlesAware<DictionaryItem,DictionaryItemStrings>, Identifiable<Integer>
- Direct Known Subclasses:
- StringDictionaryItem
@Entity
public class DictionaryItem
- extends IntegerPKPersistent
- implements TitlesAware<DictionaryItem,DictionaryItemStrings>
The entity holds dictionary item.
- Author:
- black
- See Also:
- Serialized Form
FIELD_DICTIONARY
public static final String FIELD_DICTIONARY
- See Also:
- Constant Field Values
DictionaryItem
public DictionaryItem()
getDictionary
public Dictionary getDictionary()
setDictionary
public void setDictionary(Dictionary dictionary)
getParent
public DictionaryItem getParent()
setParent
public void setParent(DictionaryItem parent)
getTitles
public DictionaryItemStrings getTitles()
- Gets the titles.
- Specified by:
getTitles
in interface TitlesAware<DictionaryItem,DictionaryItemStrings>
setTitles
public void setTitles(DictionaryItemStrings titles)
Copyright © 2013. All Rights Reserved.