Package org.duracloud.mill.ltp.bit
Class BitIntegrityMorsel
java.lang.Object
org.duracloud.mill.ltp.Morsel
org.duracloud.mill.ltp.bit.BitIntegrityMorsel
- Author:
- Daniel Bernstein Date: Apr 28, 2014
-
Field Summary
Fields inherited from class org.duracloud.mill.ltp.Morsel
EXCLUSIONS -
Constructor Summary
ConstructorsConstructorDescriptionBitIntegrityMorsel(String account, String storeId, String storageProviderType, String spaceId) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetStorageProviderType(String storageProviderType) voidsetStoreId(String storeId) Methods inherited from class org.duracloud.mill.ltp.Morsel
equals, getAccount, getMarker, getSpaceId, hashCode, isDeletePerformed, setDeletePerformed, setMarker, toString
-
Constructor Details
-
Method Details
-
getStorageProviderType
- Returns:
- the storageProviderType
-
setStorageProviderType
- Parameters:
storageProviderType- the storageProviderType to set
-
getStoreId
- Returns:
- the storeId
-
setStoreId
- Parameters:
storeId- the storeId to set
-