Class TapeObjectReferentialEntity
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.TapeObjectReferentialEntity
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTapeObjectReferentialEntity
(TapeLibraryObjectReferentialId id, long size, String digestType, String digest, String storageId, TapeLibraryObjectStorageLocation location, String lastObjectModifiedDate, String lastUpdateDate) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
long
getSize()
setDigestType
(String digestType) setLastObjectModifiedDate
(String lastObjectModifiedDate) setLastUpdateDate
(String lastUpdateDate) setLocation
(TapeLibraryObjectStorageLocation location) setSize
(long size) setStorageId
(String storageId)
-
Field Details
-
ID
- See Also:
-
SIZE
- See Also:
-
DIGEST_TYPE
- See Also:
-
DIGEST
- See Also:
-
STORAGE_ID
- See Also:
-
LOCATION
- See Also:
-
LAST_OBJECT_MODIFIED_DATE
- See Also:
-
LAST_UPDATE_DATE
- See Also:
-
-
Constructor Details
-
TapeObjectReferentialEntity
public TapeObjectReferentialEntity() -
TapeObjectReferentialEntity
public TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id, long size, String digestType, String digest, String storageId, TapeLibraryObjectStorageLocation location, String lastObjectModifiedDate, String lastUpdateDate)
-
-
Method Details
-
getId
-
setId
-
getSize
public long getSize() -
setSize
-
getDigestType
-
setDigestType
-
getDigest
-
setDigest
-
getStorageId
-
setStorageId
-
getLocation
-
setLocation
-
getLastObjectModifiedDate
-
setLastObjectModifiedDate
-
getLastUpdateDate
-
setLastUpdateDate
-