com.raritantechnologies.searchApp.sourceMap
Class FinancialSourceMap

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

public class FinancialSourceMap
extends CategorySourceMap

Defines a CategorySourceMap or type "financial".


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
FinancialSourceMap()
           
 
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

FinancialSourceMap

public FinancialSourceMap()
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