Class ManifestEntry

java.lang.Object
org.duracloud.snapshot.service.impl.ManifestEntry

public class ManifestEntry extends Object
Author:
Daniel Bernstein Date: Jul 28, 2015
  • Constructor Details

    • ManifestEntry

      public ManifestEntry(String checksum, String contentId)
      Parameters:
      checksum -
      contentId -
  • Method Details

    • getChecksum

      public String getChecksum()
      Returns:
      the checksum
    • setChecksum

      public void setChecksum(String checksum)
      Parameters:
      checksum - the checksum to set
    • getContentId

      public String getContentId()
      Returns:
      the contentId
    • setContentId

      public void setContentId(String contentId)
      Parameters:
      contentId - the contentId to set
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object