public class DataSources
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DataSources() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
FileDataSource |
getFileDataSource() |
SpdDataSource |
getSpdDataSource() |
int |
hashCode() |
void |
setFileDataSource(FileDataSource fileDataSource) |
void |
setSpdDataSource(SpdDataSource spdDataSource) |
java.lang.String |
toString() |
public FileDataSource getFileDataSource()
public void setFileDataSource(FileDataSource fileDataSource)
public SpdDataSource getSpdDataSource()
public void setSpdDataSource(SpdDataSource spdDataSource)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object