org.zeroexchange.model.resource.category
Class DictionaryProperty

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by org.zeroexchange.model.resource.property.Property
              extended by org.zeroexchange.model.resource.category.DictionaryProperty
All Implemented Interfaces:
Serializable, TitlesAware<Property,PropertyStrings>, Identifiable<Integer>, BasicContainerTypes

@Entity
public class DictionaryProperty
extends Property

the dictionary property

Author:
black
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.zeroexchange.model.resource.property.Property
FIELD_CATEGORY, FIELD_NAME, PROP_CURRENCY, PROP_UOM
 
Fields inherited from interface org.zeroexchange.model.resource.category.BasicContainerTypes
SCALAR, SET
 
Fields inherited from interface org.zeroexchange.model.i18n.TitlesAware
FIELD_TITLES
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
DictionaryProperty()
           
 
Method Summary
 String getDictionary()
           
 void setDictionary(String dictionary)
           
 
Methods inherited from class org.zeroexchange.model.resource.property.Property
getCategory, getContainerType, getName, getPropertyType, getTitles, setCategory, setContainerType, setName, setPropertyType, 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, toString, wait, wait, wait
 

Constructor Detail

DictionaryProperty

public DictionaryProperty()
Method Detail

getDictionary

public String getDictionary()
Overrides:
getDictionary in class Property

setDictionary

public void setDictionary(String dictionary)
Overrides:
setDictionary in class Property


Copyright © 2013. All Rights Reserved.