Package ca.phon.query.report.datasource
Class InventoryDataSource
java.lang.Object
ca.phon.query.report.datasource.InventoryDataSource
- All Implemented Interfaces:
TableDataSource
Deprecated.
Inventory data source for (now deprecated) reports.
-
Constructor Summary
ConstructorDescriptionInventoryDataSource
(ResultSet[] searches, InventorySection data) Deprecated.Constructor -
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Number of columns (not including column header)int
getColumnIndex
(String columnName) Deprecated.getColumnTitle
(int col) Deprecated.Get the name of the specified columnint
Deprecated.Number of rows (not including column header)getValueAt
(int row, int col) Deprecated.Return the value at the given row+col.boolean
Deprecated.void
setIncludeExcluded
(boolean includeExcluded) Deprecated.
-
Constructor Details
-
InventoryDataSource
Deprecated.Constructor
-
-
Method Details
-
getColumnCount
public int getColumnCount()Deprecated.Description copied from interface:TableDataSource
Number of columns (not including column header)- Specified by:
getColumnCount
in interfaceTableDataSource
-
getRowCount
public int getRowCount()Deprecated.Description copied from interface:TableDataSource
Number of rows (not including column header)- Specified by:
getRowCount
in interfaceTableDataSource
-
getValueAt
Deprecated.Description copied from interface:TableDataSource
Return the value at the given row+col.- Specified by:
getValueAt
in interfaceTableDataSource
- Returns:
- the value at the given pos
-
getColumnTitle
Deprecated.Description copied from interface:TableDataSource
Get the name of the specified column- Specified by:
getColumnTitle
in interfaceTableDataSource
- Returns:
- the column title
-
getColumnIndex
Deprecated.- Specified by:
getColumnIndex
in interfaceTableDataSource
-
isIncludeExcluded
public boolean isIncludeExcluded()Deprecated. -
setIncludeExcluded
public void setIncludeExcluded(boolean includeExcluded) Deprecated.
-