com.supermap.services.providers
Class ExcludedFieldsInDataset
- java.lang.Object
-
- com.supermap.services.providers.ExcludedFieldsInDataset
-
- All Implemented Interfaces:
- java.io.Serializable
public class ExcludedFieldsInDataset extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ExcludedFieldsInDataset()ExcludedFieldsInDataset(ExcludedFieldsInDataset excludedFieldsInDataset)
-
Method Summary
Methods Modifier and Type Method and Description ExcludedFieldsInDatasetcopy()booleanequals(java.lang.Object obj)Compare whether the specified object is equal to the current object.java.lang.StringgetDatasetName()protected java.lang.StringgetExcludedFields()inthashCode()Gets the hash value of the object instance.voidsetDatasetName(java.lang.String datasetName)protected voidsetExcludedFields(java.lang.String excludedFields)
-
-
-
Constructor Detail
-
ExcludedFieldsInDataset
public ExcludedFieldsInDataset(ExcludedFieldsInDataset excludedFieldsInDataset)
-
ExcludedFieldsInDataset
public ExcludedFieldsInDataset()
-
-
Method Detail
-
getDatasetName
public java.lang.String getDatasetName()
-
setDatasetName
public void setDatasetName(java.lang.String datasetName)
-
getExcludedFields
protected java.lang.String getExcludedFields()
-
setExcludedFields
protected void setExcludedFields(java.lang.String excludedFields)
-
copy
public ExcludedFieldsInDataset copy()
-
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
-
-