Class TapeArchiveReferentialEntity
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.TapeArchiveReferentialEntity
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTapeArchiveReferentialEntity
(String archiveId, TapeLibraryArchiveStorageLocation location, EntryType entryTape, Long size, String digestValue, String lastUpdateDate) TapeArchiveReferentialEntity
(String archiveId, TapeLibraryArchiveStorageLocation location, Long size, String digestValue, String lastUpdateDate) -
Method Summary
Modifier and TypeMethodDescriptiongetSize()
setArchiveId
(String archiveId) setDigestValue
(String digestValue) setEntryTape
(EntryType entryTape) setLastUpdateDate
(String lastUpdateDate) setLocation
(TapeLibraryArchiveStorageLocation location)
-
Field Details
-
ID
- See Also:
-
LOCATION
- See Also:
-
LAST_UPDATE_DATE
- See Also:
-
SIZE
- See Also:
-
DIGEST
- See Also:
-
ENTRY_TYPE
- See Also:
-
-
Constructor Details
-
TapeArchiveReferentialEntity
public TapeArchiveReferentialEntity() -
TapeArchiveReferentialEntity
public TapeArchiveReferentialEntity(String archiveId, TapeLibraryArchiveStorageLocation location, Long size, String digestValue, String lastUpdateDate) -
TapeArchiveReferentialEntity
-
-
Method Details
-
getArchiveId
-
setArchiveId
-
getLocation
-
setLocation
-
getSize
-
setSize
-
getDigestValue
-
setDigestValue
-
getLastUpdateDate
-
setLastUpdateDate
-
getEntryTape
-
setEntryTape
-