org.zeroexchange.model.resource.value
Class DictionaryValue
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.resource.value.Value
org.zeroexchange.model.resource.value.DictionaryValue
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>, SingleValueHolder<DictionaryItem>
@Entity
public class DictionaryValue
- extends Value
- implements SingleValueHolder<DictionaryItem>
The value refers to the dictionary item.
- Author:
- black
- See Also:
- Serialized Form
DictionaryValue
public DictionaryValue()
getValue
public DictionaryItem getValue()
- Returns the value.
- Specified by:
getValue
in interface SingleValueHolder<DictionaryItem>
setValue
public void setValue(DictionaryItem dictionaryItem)
- Sets the value.
- Specified by:
setValue
in interface SingleValueHolder<DictionaryItem>
Copyright © 2013. All Rights Reserved.