portal.dictionary
Class PortalDictionaryReaderConfiguration

java.lang.Object
  extended byportal.dictionary.PortalDictionaryReaderConfiguration

public class PortalDictionaryReaderConfiguration
extends java.lang.Object

Holds the configuration of a dictionary reader to be plugged into a dictionary.

Version:
$Revision: 1.2 $
Author:
Thomas Weckert

Constructor Summary
PortalDictionaryReaderConfiguration(I_PortalDictionaryObjectType objectType, java.lang.String className, java.util.Map params)
           
 
Method Summary
 java.lang.String getClassName()
           
 I_PortalDictionaryObjectType getObjectType()
           
 java.lang.String getParam(java.lang.String name)
           
 java.util.Map getParams()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDictionaryReaderConfiguration

public PortalDictionaryReaderConfiguration(I_PortalDictionaryObjectType objectType,
                                           java.lang.String className,
                                           java.util.Map params)
Method Detail

getClassName

public java.lang.String getClassName()

getObjectType

public I_PortalDictionaryObjectType getObjectType()

getParams

public java.util.Map getParams()

getParam

public java.lang.String getParam(java.lang.String name)