public class DataConfig
extends java.lang.Object
implements java.io.Serializable
Data service component configuration information.
Constructor and Description |
---|
DataConfig()
Default constructor.
|
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) |
public boolean isEditable()
public void setEditable(boolean editable)
public boolean isDisableQueryCache()
public void setDisableQueryCache(boolean disableQueryCache)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object