/** * {@inheritDoc} */ @Override public TableInfo getTableInfo() { return ti; }
/** * {@inheritDoc} */ @Override public void setTableInfo(TableInfo ti2) { this.ti = ti2; }
@Override public void reportError(ERROR_CODE errorCode, String message, TableInfo table) { calledCount++; }
@Override public void reportError(ERROR_CODE errorCode, String message, TableInfo table, HbckInfo info) { calledCount++; }
@Override public void reportError(ERROR_CODE errorCode, String message, TableInfo table, HbckInfo info1, HbckInfo info2) { calledCount++; }
@Override public boolean tableHasErrors(TableInfo table) { calledCount++; return false; }
public void reportError(ERROR_CODE errorCode, String message, TableInfo table) { calledCount++; }
public void reportError(ERROR_CODE errorCode, String message, TableInfo table, HbckInfo info) { calledCount++; }
public void reportError(ERROR_CODE errorCode, String message, TableInfo table, HbckInfo info1, HbckInfo info2) { calledCount++; }
public boolean tableHasErrors(TableInfo table) { calledCount++; return false; }