com.supermap.services.providers

Class AggregationDataProviderSetting

  • All Implemented Interfaces:
    java.io.Serializable


    public class AggregationDataProviderSetting
    extends DataProviderSetting
    

    The data aggregation service provider set class.

    Provides the setting for information aggregation service provider information.

    See Also:
    Serialized Form
    • Constructor Detail

      • AggregationDataProviderSetting

        public AggregationDataProviderSetting()
        

        Default constructor.

      • AggregationDataProviderSetting

        public AggregationDataProviderSetting(AggregationDataProviderSetting dataSetting)
        

        Copy constructor.

        Parameters:
        dataSetting - The AggregationDataProviderSetting object to be copied
    • Method Detail

      • getName

        public java.lang.String getName()
        

        Gets the name of the data source after the aggregation

        Returns:
        Gets the name of the data source after the aggregation.
      • setName

        public void setName(java.lang.String name)
        

        Sets the name of the aggregated data source

        Parameters:
        name - the name of the data source after the aggregation
      • getDescription

        public java.lang.String getDescription()
        

        Obtain the aggregated data source description information after the aggregation

        Returns:
        the data source description information after the aggregation
      • setDescription

        public void setDescription(java.lang.String description)
        

        Set the aggregated data source description information

        Parameters:
        description - Data source description information after aggregation