Class DataProvider.DataProviderGetter
java.lang.Object
com.priint.pubserver.dataprovider.DataProvider.DataProviderGetter
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DataProvider
The Class DataProviderGetter.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe dataformat.protected PluginMethodThe data mapping method.protected StringThe description.protected PluginMethodThe query method. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the dataformat.Gets the description.voidsetDataformat(String dataformat) Set Data provider data format.voidsetDataMappingMethod(PluginMethod dataMappingMethod) voidsetDescription(String description) Set Data provider description.voidsetQueryMethod(PluginMethod queryMethod)
-
Field Details
-
description
The description. -
dataformat
The dataformat. -
queryMethod
The query method. -
dataMappingMethod
The data mapping method.
-
-
Constructor Details
-
DataProviderGetter
public DataProviderGetter()
-
-
Method Details
-
getDescription
Gets the description.- Returns:
- Data provider description
-
setDescription
Set Data provider description.- Parameters:
description- the new description
-
getDataformat
Gets the dataformat.- Returns:
- Data provider data format
-
setDataformat
Set Data provider data format.- Parameters:
dataformat- the new dataformat
-
getQueryMethod
- Returns:
- PluginMethod object from DataMappingMethod
- See Also:
-
setQueryMethod
- Parameters:
queryMethod- the new query method- See Also:
-
getDataMappingMethod
- Returns:
- PluginMethod object from DataMappingMethod
- See Also:
-
setDataMappingMethod
- Parameters:
dataMappingMethod- the new data mapping method- See Also:
-