Class InventoryDataSource

java.lang.Object
ca.phon.query.report.datasource.InventoryDataSource
All Implemented Interfaces:
TableDataSource

@Deprecated public class InventoryDataSource extends Object implements TableDataSource
Deprecated.
Inventory data source for (now deprecated) reports.
  • Constructor Details

  • Method Details

    • getColumnCount

      public int getColumnCount()
      Deprecated.
      Description copied from interface: TableDataSource
      Number of columns (not including column header)
      Specified by:
      getColumnCount in interface TableDataSource
    • getRowCount

      public int getRowCount()
      Deprecated.
      Description copied from interface: TableDataSource
      Number of rows (not including column header)
      Specified by:
      getRowCount in interface TableDataSource
    • getValueAt

      public Object getValueAt(int row, int col)
      Deprecated.
      Description copied from interface: TableDataSource
      Return the value at the given row+col.
      Specified by:
      getValueAt in interface TableDataSource
      Returns:
      the value at the given pos
    • getColumnTitle

      public String getColumnTitle(int col)
      Deprecated.
      Description copied from interface: TableDataSource
      Get the name of the specified column
      Specified by:
      getColumnTitle in interface TableDataSource
      Returns:
      the column title
    • getColumnIndex

      public int getColumnIndex(String columnName)
      Deprecated.
      Specified by:
      getColumnIndex in interface TableDataSource
    • isIncludeExcluded

      public boolean isIncludeExcluded()
      Deprecated.
    • setIncludeExcluded

      public void setIncludeExcluded(boolean includeExcluded)
      Deprecated.