Package org.duracloud.mill.ltp.bit
Class BitIntegrityMorsel
- java.lang.Object
-
- org.duracloud.mill.ltp.Morsel
-
- org.duracloud.mill.ltp.bit.BitIntegrityMorsel
-
public class BitIntegrityMorsel extends Morsel
- Author:
- Daniel Bernstein Date: Apr 28, 2014
-
-
Field Summary
-
Fields inherited from class org.duracloud.mill.ltp.Morsel
EXCLUSIONS
-
-
Constructor Summary
Constructors Constructor Description BitIntegrityMorsel()BitIntegrityMorsel(String account, String storeId, String storageProviderType, String spaceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStorageProviderType()StringgetStoreId()voidsetStorageProviderType(String storageProviderType)voidsetStoreId(String storeId)-
Methods inherited from class org.duracloud.mill.ltp.Morsel
equals, getAccount, getMarker, getSpaceId, hashCode, isDeletePerformed, setDeletePerformed, setMarker, toString
-
-
-
-
Method Detail
-
getStorageProviderType
public String getStorageProviderType()
- Returns:
- the storageProviderType
-
setStorageProviderType
public void setStorageProviderType(String storageProviderType)
- Parameters:
storageProviderType- the storageProviderType to set
-
getStoreId
public String getStoreId()
- Returns:
- the storeId
-
setStoreId
public void setStoreId(String storeId)
- Parameters:
storeId- the storeId to set
-
-