public abstract class BaseDictionaryElement extends java.lang.Object implements DictionaryElement
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
dictionary |
Modifier | Constructor and Description |
---|---|
protected |
BaseDictionaryElement() |
Modifier and Type | Method and Description |
---|---|
Dictionary |
getDictionary()
Returns the dictionary this object belongs to.
|
void |
setDictionary(Dictionary dictionary)
Sets the dictionary this object belongs to.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getPOS, getType
protected transient Dictionary dictionary
public Dictionary getDictionary()
Owned
getDictionary
in interface Owned
public void setDictionary(Dictionary dictionary) throws JWNLException
Owned
setDictionary
in interface Owned
dictionary
- the dictionary this object belongs toJWNLException
- JWNLException