com.supermap.services.components

Class DataConfig

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


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

    Data service component configuration information.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      DataConfig()
      Default constructor.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj) 
      int hashCode()
      Gets the hash value of the object instance
      boolean isDisableQueryCache() 
      boolean isEditable() 
      void setDisableQueryCache(boolean disableQueryCache) 
      void setEditable(boolean editable) 
      • Methods inherited from class java.lang.Object

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

      • DataConfig

        public DataConfig()
        

        Default constructor.

    • Method Detail

      • isEditable

        public boolean isEditable()
        
      • setEditable

        public void setEditable(boolean editable)
        
      • isDisableQueryCache

        public boolean isDisableQueryCache()
        
      • setDisableQueryCache

        public void setDisableQueryCache(boolean disableQueryCache)
        
      • equals

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

        public final int hashCode()
        
        Gets the hash value of the object instance
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash value