PamController
Class ViewerLoadProgress

java.lang.Object
  extended by PamController.ViewerLoadProgress

public class ViewerLoadProgress
extends java.lang.Object

Class for passing around data on how the load of data from the databsae is going.

Author:
Doug

Field Summary
private  int linesRead
           
private  java.lang.String tableName
           
private  int totalLines
           
 
Constructor Summary
ViewerLoadProgress(java.lang.String tableName, int totalLines, int linesRead)
           
 
Method Summary
 int getLinesRead()
           
 java.lang.String getTableName()
           
 int getTotalLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

private java.lang.String tableName

totalLines

private int totalLines

linesRead

private int linesRead
Constructor Detail

ViewerLoadProgress

public ViewerLoadProgress(java.lang.String tableName,
                          int totalLines,
                          int linesRead)
Method Detail

getTableName

public java.lang.String getTableName()
Returns:
the tableName

getTotalLines

public int getTotalLines()
Returns:
the totalLines

getLinesRead

public int getLinesRead()
Returns:
the linesRead