public class BibInfoStatistics extends Object
Constructor and Description |
---|
BibInfoStatistics() |
Modifier and Type | Method and Description |
---|---|
Date |
getBatchEndDateTime() |
Date |
getBatchStartDateTime() |
long |
getBatchTotalTime() |
long |
getBibCount() |
Date |
getEndDateTime() |
Date |
getStartDateTime() |
long |
getTotalTime() |
void |
setBatchEndDateTime(Date batchEndDateTime) |
void |
setBatchStartDateTime(Date batchStartDateTime) |
void |
setBatchTotalTime(long batchTotalTime) |
void |
setBibCount(long bibCount) |
void |
setEndDateTime(Date endDateTime) |
void |
setStartDateTime(Date startDateTime) |
void |
setTotalTime(long totalTime) |
String |
toString() |
public BibInfoStatistics()
public Date getStartDateTime()
public void setStartDateTime(Date startDateTime)
public Date getEndDateTime()
public void setEndDateTime(Date endDateTime)
public long getBibCount()
public void setBibCount(long bibCount)
public Date getBatchStartDateTime()
public void setBatchStartDateTime(Date batchStartDateTime)
public Date getBatchEndDateTime()
public void setBatchEndDateTime(Date batchEndDateTime)
public long getBatchTotalTime()
public void setBatchTotalTime(long batchTotalTime)
public long getTotalTime()
public void setTotalTime(long totalTime)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.