com.supermap.services.providers
Class ExcludedFieldsInDatasource
- java.lang.Object
-
- com.supermap.services.providers.ExcludedFieldsInDatasource
-
- All Implemented Interfaces:
- java.io.Serializable
public class ExcludedFieldsInDatasource extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ExcludedFieldsInDatasource()ExcludedFieldsInDatasource(ExcludedFieldsInDatasource excludedFieldsInDatasource)
-
Method Summary
Methods Modifier and Type Method and Description ExcludedFieldsInDatasourcecopy()booleanequals(java.lang.Object obj)Compare whether the specified object is equal to the current object.java.lang.StringgetDataSourceName()protected ExcludedFieldsInDataset[]getExcludedFieldsInDatasets()inthashCode()Gets the hash value of the object instance.voidsetDataSourceName(java.lang.String dataSourceName)protected voidsetExcludedFieldsInDatasets(ExcludedFieldsInDataset[] excludedFieldsInDatasets)
-
-
-
Constructor Detail
-
ExcludedFieldsInDatasource
public ExcludedFieldsInDatasource(ExcludedFieldsInDatasource excludedFieldsInDatasource)
-
ExcludedFieldsInDatasource
public ExcludedFieldsInDatasource()
-
-
Method Detail
-
getDataSourceName
public java.lang.String getDataSourceName()
-
setDataSourceName
public void setDataSourceName(java.lang.String dataSourceName)
-
getExcludedFieldsInDatasets
protected ExcludedFieldsInDataset[] getExcludedFieldsInDatasets()
-
setExcludedFieldsInDatasets
protected void setExcludedFieldsInDatasets(ExcludedFieldsInDataset[] excludedFieldsInDatasets)
-
equals
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object that is compared with the current object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Gets the hash value of the object instance.- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash value
-
copy
public ExcludedFieldsInDatasource copy()
-
-