public class AggregationDataProviderSetting extends DataProviderSetting
The data aggregation service provider set class.
Provides the setting for information aggregation service provider information.
maxFeatures
Constructor and Description |
---|
AggregationDataProviderSetting()
Default constructor.
|
AggregationDataProviderSetting(AggregationDataProviderSetting dataSetting)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Obtain the aggregated data source description information after the aggregation
|
java.lang.String |
getName()
Gets the name of the data source after the aggregation
|
void |
setDescription(java.lang.String description)
Set the aggregated data source description information
|
void |
setName(java.lang.String name)
Sets the name of the aggregated data source
|
equals, getMaxFeatures, hashCode, setMaxFeatures
public AggregationDataProviderSetting()
Default constructor.
public AggregationDataProviderSetting(AggregationDataProviderSetting dataSetting)
Copy constructor.
dataSetting
- The AggregationDataProviderSetting object to be copiedpublic java.lang.String getName()
Gets the name of the data source after the aggregation
public void setName(java.lang.String name)
Sets the name of the aggregated data source
name
- the name of the data source after the aggregationpublic java.lang.String getDescription()
Obtain the aggregated data source description information after the aggregation
public void setDescription(java.lang.String description)
Set the aggregated data source description information
description
- Data source description information after aggregation