public abstract class AbstractOperation extends java.lang.Object implements Operation
Modifier and Type | Field and Description |
---|---|
protected Dictionary |
dictionary |
Modifier | Constructor and Description |
---|---|
protected |
AbstractOperation(Dictionary dictionary) |
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.
|
protected Dictionary dictionary
protected AbstractOperation(Dictionary dictionary)
public Dictionary getDictionary()
Owned
getDictionary
in interface Owned
public void setDictionary(Dictionary dictionary)
Owned
setDictionary
in interface Owned
dictionary
- the dictionary this object belongs to