org.zeroexchange.model.dictionary
Class Dictionary

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.StringPKPersistent
          extended by org.zeroexchange.model.dictionary.Dictionary
All Implemented Interfaces:
Serializable, Identifiable<String>

@Entity
public class Dictionary
extends StringPKPersistent

The dictionary enumeration.

Author:
black
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.zeroexchange.model.StringPKPersistent
FIELD_ID
 
Constructor Summary
Dictionary()
           
 
Method Summary
 
Methods inherited from class org.zeroexchange.model.StringPKPersistent
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, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()


Copyright © 2013. All Rights Reserved.