fr.opensagres.xdocreport.document.tools
Class AbstractDataProviderFactory

java.lang.Object
  extended by fr.opensagres.xdocreport.document.tools.AbstractDataProviderFactory
All Implemented Interfaces:
IBaseDiscovery, IDataProviderFactory
Direct Known Subclasses:
JSONDataProviderFactory, XMLDataProviderFactory

public abstract class AbstractDataProviderFactory
extends Object
implements IDataProviderFactory


Constructor Summary
AbstractDataProviderFactory(String id, String description)
           
 
Method Summary
 String getDescription()
          Returns the description of the discovery.
 String getId()
          Returns the id of the discovery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.opensagres.xdocreport.document.tools.IDataProviderFactory
create, generateDefaultData
 

Constructor Detail

AbstractDataProviderFactory

public AbstractDataProviderFactory(String id,
                                   String description)
Method Detail

getId

public String getId()
Description copied from interface: IBaseDiscovery
Returns the id of the discovery.

Specified by:
getId in interface IBaseDiscovery
Returns:

getDescription

public String getDescription()
Description copied from interface: IBaseDiscovery
Returns the description of the discovery.

Specified by:
getDescription in interface IBaseDiscovery
Returns:


Copyright © 2013. All rights reserved.