public class ChecksumHistory
extends java.lang.Object
Represents a history record for the bitstream.
| Constructor and Description |
|---|
ChecksumHistory() |
ChecksumHistory(int bitstreamId)
Minimal Constructor.
|
ChecksumHistory(int bitstrmId,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String checksumExpted,
java.lang.String checksumCalc,
java.lang.String inResult)
* Full history info Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBitstreamId() |
java.lang.String |
getChecksumCalculated() |
java.lang.String |
getChecksumExpected()
Get the extpected checksum.
|
java.util.Date |
getProcessEndDate()
Get the process end date.
|
java.util.Date |
getProcessStartDate()
Get the process start date.
|
java.lang.String |
getResult()
Return the processing result.
|
void |
setChecksumCalculated(java.lang.String checksumCalculated)
Set the checksum calculated.
|
void |
setChecksumExpected(java.lang.String checksumExpected)
Set the expected checksum.
|
void |
setProcessEndDate(java.util.Date processEndDate)
Set the process end date.
|
void |
setProcessStartDate(java.util.Date processStartDate)
Set the process start date.
|
void |
setResult(java.lang.String result)
Set the checksum processing result.
|
public ChecksumHistory()
public ChecksumHistory(int bitstreamId)
bitstreamId - bitstream id in the databasepublic ChecksumHistory(int bitstrmId,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String checksumExpted,
java.lang.String checksumCalc,
java.lang.String inResult)
bitstrmId - bitstream Id.startDate - process start dateendDate - process end datechecksumExpted - expected checksumchecksumCalc - calculated checksuminResult - result informationpublic int getBitstreamId()
public java.lang.String getChecksumCalculated()
public void setChecksumCalculated(java.lang.String checksumCalculated)
checksumCalculated - The checksumCalculated to set.public java.lang.String getChecksumExpected()
public void setChecksumExpected(java.lang.String checksumExpected)
checksumExpected - The checksumExpected to set.public java.util.Date getProcessEndDate()
public void setProcessEndDate(java.util.Date processEndDate)
processEndDate - The processEndDate to set.public java.util.Date getProcessStartDate()
public void setProcessStartDate(java.util.Date processStartDate)
processStartDate - The processStartDate to set.public java.lang.String getResult()
public void setResult(java.lang.String result)
result - The result to set.Copyright © 2018 DuraSpace. All Rights Reserved.