public class ExcludedFieldsInDatasource
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ExcludedFieldsInDatasource() |
ExcludedFieldsInDatasource(ExcludedFieldsInDatasource excludedFieldsInDatasource) |
Modifier and Type | Method and Description |
---|---|
ExcludedFieldsInDatasource |
copy() |
boolean |
equals(java.lang.Object obj)
Compare whether the specified object is equal to the current object.
|
java.lang.String |
getDataSourceName() |
protected ExcludedFieldsInDataset[] |
getExcludedFieldsInDatasets() |
int |
hashCode()
Gets the hash value of the object instance.
|
void |
setDataSourceName(java.lang.String dataSourceName) |
protected void |
setExcludedFieldsInDatasets(ExcludedFieldsInDataset[] excludedFieldsInDatasets) |
public ExcludedFieldsInDatasource(ExcludedFieldsInDatasource excludedFieldsInDatasource)
public ExcludedFieldsInDatasource()
public java.lang.String getDataSourceName()
public void setDataSourceName(java.lang.String dataSourceName)
protected ExcludedFieldsInDataset[] getExcludedFieldsInDatasets()
protected void setExcludedFieldsInDatasets(ExcludedFieldsInDataset[] excludedFieldsInDatasets)
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
public ExcludedFieldsInDatasource copy()