public class BatchStatistics extends Object
Constructor and Description |
---|
BatchStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
addBibCount(int bibCount) |
void |
addHoldingsCount(int holdingsCount) |
void |
addItemCount(int itemCount) |
void |
addTimeTaken(Long timeTaken) |
int |
getBibCount() |
Date |
getEndTime() |
int |
getHoldingsCount() |
int |
getItemCount() |
Date |
getStartTime() |
long |
getTimeTaken() |
void |
printStatistics() |
void |
setBibCount(int bibCount) |
void |
setEndTime(Date endTime) |
void |
setHoldingsCount(int holdingsCount) |
void |
setItemCount(int itemCount) |
void |
setStartTime(Date startTime) |
void |
setTimeTaken(long timeTaken) |
String |
toString() |
public BatchStatistics()
public Date getEndTime()
public void setEndTime(Date endTime)
public Date getStartTime()
public void setStartTime(Date startTime)
public int getBibCount()
public void setBibCount(int bibCount)
public void addBibCount(int bibCount)
public void setHoldingsCount(int holdingsCount)
public void setItemCount(int itemCount)
public void setTimeTaken(long timeTaken)
public int getHoldingsCount()
public void addHoldingsCount(int holdingsCount)
public int getItemCount()
public void addItemCount(int itemCount)
public long getTimeTaken()
public void addTimeTaken(Long timeTaken)
public void printStatistics()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.