org.pentaho.platform.dataaccess.datasource.wizard.models
Class DatasourceDTO
java.lang.Object
org.pentaho.platform.dataaccess.datasource.wizard.models.DatasourceDTO
- All Implemented Interfaces:
- java.io.Serializable
public class DatasourceDTO
- extends java.lang.Object
- implements java.io.Serializable
This class is used to serialize out the current state of a DataSource. It contains enough information
to reconstitute the Datasource Dialog, associated models and no more.
User: nbaker
Date: Aug 12, 2010
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
DatasourceDTO
public DatasourceDTO()
getDatasourceName
public java.lang.String getDatasourceName()
setDatasourceName
public void setDatasourceName(java.lang.String datasourceName)
getDatasourceType
public DatasourceType getDatasourceType()
setDatasourceType
public void setDatasourceType(DatasourceType datasourceType)
getCsvModelInfo
public ModelInfo getCsvModelInfo()
setCsvModelInfo
public void setCsvModelInfo(ModelInfo csvModelInfo)
getQuery
public java.lang.String getQuery()
setQuery
public void setQuery(java.lang.String query)
getConnectionName
public java.lang.String getConnectionName()
setConnectionName
public void setConnectionName(java.lang.String connectionName)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object