com.supermap.services.providers

Class DefaultProviderConfig

  • java.lang.Object
    • com.supermap.services.providers.DefaultProviderConfig
  • All Implemented Interfaces:
    java.io.Serializable


    public class DefaultProviderConfig
    extends java.lang.Object
    implements java.io.Serializable
    

    The default service provider configuration class.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DefaultProviderConfig()
      The constructor.
    • Method Summary

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

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

      • DefaultProviderConfig

        public DefaultProviderConfig()
        

        The constructor.

    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        
        Overrides:
        hashCode in class java.lang.Object