public class ExcludedFieldsInDataset
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExcludedFieldsInDataset() |
ExcludedFieldsInDataset(ExcludedFieldsInDataset excludedFieldsInDataset) |
Modifier and Type | Method and Description |
---|---|
ExcludedFieldsInDataset |
copy() |
boolean |
equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
|
java.lang.String |
getDatasetName() |
protected java.lang.String |
getExcludedFields() |
int |
hashCode()
Gets the hash value of the object instance.
|
void |
setDatasetName(java.lang.String datasetName) |
protected void |
setExcludedFields(java.lang.String excludedFields) |
public ExcludedFieldsInDataset(ExcludedFieldsInDataset excludedFieldsInDataset)
public ExcludedFieldsInDataset()
public java.lang.String getDatasetName()
public void setDatasetName(java.lang.String datasetName)
protected java.lang.String getExcludedFields()
protected void setExcludedFields(java.lang.String excludedFields)
public ExcludedFieldsInDataset copy()
public boolean equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
equals
in class java.lang.Object
obj
- the object that is compared with the current object.public int hashCode()
hashCode
in class java.lang.Object