com.supermap.services.components

Class DefaultComponentConfig

  • java.lang.Object
    • com.supermap.services.components.DefaultComponentConfig
  • All Implemented Interfaces:
    java.io.Serializable


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

    Default component configuration class.

    See Also:
    Serialized Form
    • 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

      • DefaultComponentConfig

        public DefaultComponentConfig()
        

        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