@Entity public class JpaBitLogItem extends org.duracloud.mill.db.model.BaseEntity implements BitLogItem
| Constructor and Description |
|---|
JpaBitLogItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount() |
String |
getContentChecksum() |
String |
getContentId() |
String |
getDetails() |
String |
getManifestChecksum() |
BitIntegrityResult |
getResult() |
String |
getSpaceId() |
String |
getStorageProviderChecksum() |
org.duracloud.storage.domain.StorageProviderType |
getStorageProviderType() |
String |
getStoreId() |
org.duracloud.storage.domain.StorageProviderType |
getStoreType() |
void |
setAccount(String account) |
void |
setContentChecksum(String contentChecksum) |
void |
setContentId(String contentId) |
void |
setDetails(String details) |
void |
setManifestChecksum(String manifestChecksum) |
void |
setResult(BitIntegrityResult result) |
void |
setSpaceId(String spaceId) |
void |
setStorageProviderChecksum(String storageProviderChecksum) |
void |
setStorageProviderType(org.duracloud.storage.domain.StorageProviderType storageProviderType) |
void |
setStoreId(String storeId) |
equals, getId, getModified, hashCode, setId, setModified, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetModifiedpublic org.duracloud.storage.domain.StorageProviderType getStorageProviderType()
public void setStorageProviderType(org.duracloud.storage.domain.StorageProviderType storageProviderType)
public void setAccount(String account)
public void setStoreId(String storeId)
public void setSpaceId(String spaceId)
public void setContentId(String contentId)
public void setContentChecksum(String contentChecksum)
public void setStorageProviderChecksum(String storageProviderChecksum)
public void setManifestChecksum(String manifestChecksum)
public void setResult(BitIntegrityResult result)
public void setDetails(String details)
public String getAccount()
getAccount in interface BitLogItempublic String getStoreId()
getStoreId in interface BitLogItempublic String getSpaceId()
getSpaceId in interface BitLogItempublic String getContentId()
getContentId in interface BitLogItempublic org.duracloud.storage.domain.StorageProviderType getStoreType()
getStoreType in interface BitLogItempublic String getContentChecksum()
getContentChecksum in interface BitLogItempublic String getStorageProviderChecksum()
getStorageProviderChecksum in interface BitLogItempublic String getDetails()
getDetails in interface BitLogItempublic String getManifestChecksum()
getManifestChecksum in interface BitLogItempublic BitIntegrityResult getResult()
getResult in interface BitLogItemCopyright © 2013–2016 DuraSpace. All rights reserved.