portal.dictionary
Class A_PortalDictionaryObjectReader

java.lang.Object
  extended byportal.dictionary.A_PortalDictionaryObjectReader
All Implemented Interfaces:
I_PortalDictionaryObjectReader
Direct Known Subclasses:
A_PortalCachingDictionaryObjectReader, A_PortalFileDictionaryObjectReader, PortalFileDictionaryProcessConfigurationReader

public abstract class A_PortalDictionaryObjectReader
extends java.lang.Object
implements I_PortalDictionaryObjectReader

Base class for all dictionary object readers.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Constructor Summary
A_PortalDictionaryObjectReader()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface portal.dictionary.I_PortalDictionaryObjectReader
destroy, getSupportedType, init, readObject
 

Constructor Detail

A_PortalDictionaryObjectReader

public A_PortalDictionaryObjectReader()
Method Detail

hashCode

public int hashCode()
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
See Also:
Object.equals(java.lang.Object)