Package org.dspace.checker
Class MostRecentChecksum
java.lang.Object
org.dspace.checker.MostRecentChecksum
- All Implemented Interfaces:
Serializable
Database entity representation of the most_recent_checksum table
- Author:
- kevinvandevelde at atmire.com
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected constructor, create handled by theMostRecentChecksumService -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanbooleanbooleanbooleanvoidsetBitstreamFound(boolean bitstreamFound) voidsetChecksumAlgorithm(String checksumAlgorithm) voidsetChecksumResult(ChecksumResult checksumResult) voidsetCurrentChecksum(String currentChecksum) voidsetExpectedChecksum(String expectedChecksum) voidsetInfoFound(boolean infoFound) voidsetMatchedPrevChecksum(boolean matchedPrevChecksum) voidsetProcessEndDate(Instant processEndDate) voidsetProcessStartDate(Instant processStartDate) voidsetToBeProcessed(boolean toBeProcessed)
-
Constructor Details
-
MostRecentChecksum
protected MostRecentChecksum()Protected constructor, create handled by theMostRecentChecksumService
-
-
Method Details
-
getBitstream
-
isToBeProcessed
public boolean isToBeProcessed() -
setToBeProcessed
public void setToBeProcessed(boolean toBeProcessed) -
getExpectedChecksum
-
setExpectedChecksum
-
getCurrentChecksum
-
setCurrentChecksum
-
getProcessStartDate
-
setProcessStartDate
-
getProcessEndDate
-
setProcessEndDate
-
getChecksumAlgorithm
-
setChecksumAlgorithm
-
isMatchedPrevChecksum
public boolean isMatchedPrevChecksum() -
setMatchedPrevChecksum
public void setMatchedPrevChecksum(boolean matchedPrevChecksum) -
getChecksumResult
-
setChecksumResult
-
isInfoFound
public boolean isInfoFound() -
setInfoFound
public void setInfoFound(boolean infoFound) -
isBitstreamFound
public boolean isBitstreamFound() -
setBitstreamFound
public void setBitstreamFound(boolean bitstreamFound) -
equals
-
hashCode
public int hashCode()
-