Class DataProvider.DataProviderGetter

java.lang.Object
com.priint.pubserver.dataprovider.DataProvider.DataProviderGetter
All Implemented Interfaces:
Serializable
Enclosing class:
DataProvider

public static class DataProvider.DataProviderGetter extends Object implements Serializable
The Class DataProviderGetter.
See Also:
  • Field Details

    • description

      protected String description
      The description.
    • dataformat

      protected String dataformat
      The dataformat.
    • queryMethod

      protected PluginMethod queryMethod
      The query method.
    • dataMappingMethod

      protected PluginMethod dataMappingMethod
      The data mapping method.
  • Constructor Details

    • DataProviderGetter

      public DataProviderGetter()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      Data provider description
    • setDescription

      public void setDescription(String description)
      Set Data provider description.
      Parameters:
      description - the new description
    • getDataformat

      public String getDataformat()
      Gets the dataformat.
      Returns:
      Data provider data format
    • setDataformat

      public void setDataformat(String dataformat)
      Set Data provider data format.
      Parameters:
      dataformat - the new dataformat
    • getQueryMethod

      public PluginMethod getQueryMethod()
      Returns:
      PluginMethod object from DataMappingMethod
      See Also:
    • setQueryMethod

      public void setQueryMethod(PluginMethod queryMethod)
      Parameters:
      queryMethod - the new query method
      See Also:
    • getDataMappingMethod

      public PluginMethod getDataMappingMethod()
      Returns:
      PluginMethod object from DataMappingMethod
      See Also:
    • setDataMappingMethod

      public void setDataMappingMethod(PluginMethod dataMappingMethod)
      Parameters:
      dataMappingMethod - the new data mapping method
      See Also: