public class ChecksumHistory extends Object
Represents a history record for the bitstream.
| Constructor and Description |
|---|
ChecksumHistory() |
ChecksumHistory(int bitstreamId)
Minimal Constructor.
|
ChecksumHistory(int bitstrmId,
Date startDate,
Date endDate,
String checksumExpted,
String checksumCalc,
String inResult)
* Full history info Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ChecksumHistory()
public ChecksumHistory(int bitstreamId)
bitstreamId - bitstream id in the databasepublic 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 informationpublic 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.Copyright © 2015 DuraSpace. All Rights Reserved.