Class JpaBitLogItem

java.lang.Object
org.duracloud.mill.db.model.BaseEntity
org.duracloud.mill.bitlog.jpa.JpaBitLogItem
All Implemented Interfaces:
BitLogItem

@Entity public class JpaBitLogItem extends org.duracloud.mill.db.model.BaseEntity implements BitLogItem
Author:
Daniel Bernstein Date: Oct 17, 2014
  • Constructor Details

    • JpaBitLogItem

      public JpaBitLogItem()
  • Method Details

    • getStorageProviderType

      public org.duracloud.storage.domain.StorageProviderType getStorageProviderType()
    • setStorageProviderType

      public void setStorageProviderType(org.duracloud.storage.domain.StorageProviderType storageProviderType)
    • setAccount

      public void setAccount(String account)
    • setStoreId

      public void setStoreId(String storeId)
    • setSpaceId

      public void setSpaceId(String spaceId)
    • setContentId

      public void setContentId(String contentId)
    • setContentChecksum

      public void setContentChecksum(String contentChecksum)
    • setStorageProviderChecksum

      public void setStorageProviderChecksum(String storageProviderChecksum)
    • setManifestChecksum

      public void setManifestChecksum(String manifestChecksum)
    • setResult

      public void setResult(BitIntegrityResult result)
    • setDetails

      public void setDetails(String details)
    • getAccount

      public String getAccount()
      Specified by:
      getAccount in interface BitLogItem
    • getStoreId

      public String getStoreId()
      Specified by:
      getStoreId in interface BitLogItem
    • getSpaceId

      public String getSpaceId()
      Specified by:
      getSpaceId in interface BitLogItem
    • getContentId

      public String getContentId()
      Specified by:
      getContentId in interface BitLogItem
    • getStoreType

      public org.duracloud.storage.domain.StorageProviderType getStoreType()
      Specified by:
      getStoreType in interface BitLogItem
    • getContentChecksum

      public String getContentChecksum()
      Specified by:
      getContentChecksum in interface BitLogItem
    • getStorageProviderChecksum

      public String getStorageProviderChecksum()
      Specified by:
      getStorageProviderChecksum in interface BitLogItem
    • getDetails

      public String getDetails()
      Specified by:
      getDetails in interface BitLogItem
    • getManifestChecksum

      public String getManifestChecksum()
      Specified by:
      getManifestChecksum in interface BitLogItem
    • getResult

      public BitIntegrityResult getResult()
      Specified by:
      getResult in interface BitLogItem