|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.checker.ChecksumHistory
public class ChecksumHistory
Represents a history record for the bitstream.
| Constructor Summary | |
|---|---|
ChecksumHistory()
|
|
ChecksumHistory(int bitstreamId)
Minimal Constructor. |
|
ChecksumHistory(int bitstrmId,
Date startDate,
Date endDate,
String checksumExpted,
String checksumCalc,
String inResult)
* Full history info Constructor. |
|
| Method Summary | |
|---|---|
int |
getBitstreamId()
|
String |
getChecksumCalculated()
|
String |
getChecksumExpected()
Get the extpected checksum. |
Date |
getProcessEndDate()
Get the process end date. |
Date |
getProcessStartDate()
Get the process start date. |
String |
getResult()
Return the processing result. |
void |
setChecksumCalculated(String checksumCalculated)
Set the checksum calculated. |
void |
setChecksumExpected(String checksumExpected)
Set the expected checksum. |
void |
setProcessEndDate(Date processEndDate)
Set the process end date. |
void |
setProcessStartDate(Date processStartDate)
Set the process start date. |
void |
setResult(String result)
Set the checksum processing result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChecksumHistory()
public ChecksumHistory(int bitstreamId)
bitstreamId - bitstream id in the database
public ChecksumHistory(int bitstrmId,
Date startDate,
Date endDate,
String checksumExpted,
String checksumCalc,
String inResult)
bitstrmId - bitstream Id.startDate - process start dateendDate - process end datechecksumExpted - expected checksumchecksumCalc - calculated checksuminResult - result information| Method Detail |
|---|
public int getBitstreamId()
public String getChecksumCalculated()
public void setChecksumCalculated(String checksumCalculated)
checksumCalculated - The checksumCalculated to set.public String getChecksumExpected()
public void setChecksumExpected(String checksumExpected)
checksumExpected - The checksumExpected to set.public Date getProcessEndDate()
public void setProcessEndDate(Date processEndDate)
processEndDate - The processEndDate to set.public Date getProcessStartDate()
public void setProcessStartDate(Date processStartDate)
processStartDate - The processStartDate to set.public String getResult()
public void setResult(String result)
result - The result to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||