com.supermap.server.config

Class ProviderSettingSet

  • java.lang.Object
    • NamedSetting
      • com.supermap.server.config.ProviderSettingSet
  • All Implemented Interfaces:
    java.io.Serializable


    public class ProviderSettingSet
    extends NamedSetting
    implements java.io.Serializable
    

    Service provider configuration set.

    The collection which contains ProviderSetting object.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<ProviderSetting> settings
      The name of service provider configuration set.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ProviderSettingSet copy()
      Copies replica.
      boolean equals(java.lang.Object obj) 
      int hashCode() 
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • settings

        public java.util.List<ProviderSetting> settings
        

        The name of service provider configuration set.

        Service provider configuration list.

    • Constructor Detail

      • ProviderSettingSet

        public ProviderSettingSet()
        
    • Method Detail

      • copy

        public final ProviderSettingSet copy()
        

        Copies replica. It means to generate one new same ProviderSetting object with the current one.

        Returns:
        Service provider configuration set object.
      • equals

        public final boolean equals(java.lang.Object obj)
        
      • hashCode

        public final int hashCode()