public class TDSession extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DataSourceX |
dataSource |
protected int |
id |
| Constructor and Description |
|---|
TDSession(int id) |
| Modifier and Type | Method and Description |
|---|---|
DataSourceX |
getDataSource() |
int |
getId() |
void |
setDataSource(DataSourceX dataSource) |
void |
setId(int id) |
String |
toString() |
protected int id
protected DataSourceX dataSource
public int getId()
public DataSourceX getDataSource()
public void setId(int id)
id - the id to setpublic void setDataSource(DataSourceX dataSource)
dataSource - the dataSource to setCopyright © 2016. All Rights Reserved.