com.raritantechnologies.searchApp.sourceMap
Class DrugInfoSourceMap

java.lang.Object
  extended bycom.raritantechnologies.searchApp.sourceMap.CategorySourceMap
      extended bycom.raritantechnologies.searchApp.sourceMap.DrugInfoSourceMap
All Implemented Interfaces:
IConfigurable, ISourceMap

public class DrugInfoSourceMap
extends CategorySourceMap

Defines a CategorySourceMap or type "drugInfoSource".


Developed by Raritan Technologies .

Author:
Ted Sullivan

Field Summary
 
Fields inherited from class com.raritantechnologies.searchApp.sourceMap.CategorySourceMap
ALL, CATEGORY, CATEGORY_LIST, CATEGORY_LIST_SHORT
 
Constructor Summary
DrugInfoSourceMap()
           
 
Method Summary
 java.lang.String getObjectType()
          Returns the type of Source that the source map supports.
 
Methods inherited from class com.raritantechnologies.searchApp.sourceMap.CategorySourceMap
addSourceInputs, getAllSourceKeys, getDescription, getDisplayName, getPageCacheStyle, getSourceInputs, getSourceInputs, getSourceInputs, initialize, setPageCacheStyle, setSecurityManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrugInfoSourceMap

public DrugInfoSourceMap()
Method Detail

getObjectType

public java.lang.String getObjectType()
Description copied from interface: ISourceMap
Returns the type of Source that the source map supports.

Specified by:
getObjectType in interface ISourceMap
Overrides:
getObjectType in class CategorySourceMap