net.sf.extjwnl.util.factory
Interface Owned

All Known Subinterfaces:
DatabaseDictionaryElementFactory, DatabaseManager, DictionaryElement, DictionaryFile, FileDictionaryElementFactory, FileManager, ObjectDictionaryFile, Operation, RandomAccessDictionaryFile
All Known Implementing Classes:
AbstractDelegatingOperation, AbstractDictionaryFile, AbstractOperation, AbstractPrincetonDatabaseDictionaryElementFactory, AbstractPrincetonDictionaryElementFactory, AbstractPrincetonDictionaryFile, AbstractPrincetonFileDictionaryElementFactory, AbstractPrincetonRandomAccessDictionaryFile, Adjective, BaseDictionaryElement, DatabaseManagerImpl, DetachSuffixesOperation, DictionaryCatalog, DictionaryCatalogSet, Exc, FileManagerImpl, IndexWord, LookupExceptionsOperation, LookupIndexWordOperation, PointerTarget, PrincetonChannelDictionaryFile, PrincetonObjectDictionaryFile, PrincetonRandomAccessDictionaryFile, PrincetonWN17DatabaseDictionaryElementFactory, PrincetonWN17FileDictionaryElementFactory, RemovePrepPhrasesOperation, Synset, TokenizerOperation, Verb, Word

public interface Owned

Supports ownership information.

Author:
Aliaksandr Autayeu

Method Summary
 Dictionary getDictionary()
          Returns the dictionary this object belongs to.
 void setDictionary(Dictionary dictionary)
          Sets the dictionary this object belongs to.
 

Method Detail

getDictionary

Dictionary getDictionary()
Returns the dictionary this object belongs to.

Returns:
the dictionary this object belongs to

setDictionary

void setDictionary(Dictionary dictionary)
                   throws JWNLException
Sets the dictionary this object belongs to.

Parameters:
dictionary - the dictionary this object belongs to
Throws:
JWNLException - JWNLException


Copyright © 2011. All Rights Reserved.