org.zeroexchange.model.resource.value
Class DictionaryValue

java.lang.Object
  extended by org.zeroexchange.model.Persistent
      extended by org.zeroexchange.model.IntegerPKPersistent
          extended by org.zeroexchange.model.resource.value.Value
              extended by 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

Field Summary
 
Fields inherited from class org.zeroexchange.model.resource.value.Value
FIELD_PROPERTYSPEC
 
Fields inherited from interface org.zeroexchange.model.Identifiable
FIELD_ID
 
Constructor Summary
DictionaryValue()
           
 
Method Summary
 DictionaryItem getValue()
          Returns the value.
 void setValue(DictionaryItem dictionaryItem)
          Sets the value.
 
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

DictionaryValue

public DictionaryValue()
Method Detail

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.