org.zeroexchange.model.dictionary
Class StringDictionaryItem

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by org.zeroexchange.model.dictionary.DictionaryItem
              extended by org.zeroexchange.model.dictionary.StringDictionaryItem
All Implemented Interfaces:
Serializable, TitlesAware<DictionaryItem,DictionaryItemStrings>, Identifiable<Integer>

@Entity
public class StringDictionaryItem
extends DictionaryItem

The string dictionary item.

Author:
black
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.zeroexchange.model.dictionary.DictionaryItem
FIELD_DICTIONARY
 
Fields inherited from interface org.zeroexchange.model.i18n.TitlesAware
FIELD_TITLES
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
StringDictionaryItem()
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 String toString()
          
 
Methods inherited from class org.zeroexchange.model.dictionary.DictionaryItem
getDictionary, getParent, getTitles, setDictionary, setParent, setTitles
 
Methods inherited from class org.zeroexchange.model.IntegerPKPersistent
equals, getId, hashCode, setId
 
Methods inherited from class org.zeroexchange.model.Persistent
getTransientValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringDictionaryItem

public StringDictionaryItem()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.