wt.fv
Class DeletedFilesStatistics

java.lang.Object
  extended bywt.fv.DeletedFilesStatistics
All Implemented Interfaces:
Serializable

public class DeletedFilesStatistics
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  int deletedNum
           
private  int undeletedNum
           
 
Constructor Summary
DeletedFilesStatistics()
           
 
Method Summary
 int getDeletedNum()
           
 int getUndeletedNum()
           
 void updateDeletedNum()
           
 void updateStatistics(DeletedFilesStatistics currStat)
           
 void updateUndeletedNum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deletedNum

private int deletedNum

undeletedNum

private int undeletedNum
Constructor Detail

DeletedFilesStatistics

public DeletedFilesStatistics()
Method Detail

getDeletedNum

public int getDeletedNum()

getUndeletedNum

public int getUndeletedNum()

updateDeletedNum

public void updateDeletedNum()

updateUndeletedNum

public void updateUndeletedNum()

updateStatistics

public void updateStatistics(DeletedFilesStatistics currStat)