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.SerializableData 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 booleanequals(java.lang.Object obj)inthashCode()Gets the hash value of the object instancebooleanisDisableQueryCache()booleanisEditable()voidsetDisableQueryCache(boolean disableQueryCache)voidsetEditable(boolean editable)
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()
Gets the hash value of the object instance- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
-