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