Class TapeLibraryTarObjectStorageLocation
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.common.model.TapeLibraryObjectStorageLocation
-
- fr.gouv.vitam.storage.engine.common.model.TapeLibraryTarObjectStorageLocation
-
public class TapeLibraryTarObjectStorageLocation extends TapeLibraryObjectStorageLocation
-
-
Constructor Summary
Constructors Constructor Description TapeLibraryTarObjectStorageLocation()
TapeLibraryTarObjectStorageLocation(java.util.List<TarEntryDescription> tarEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TarEntryDescription>
getTarEntries()
TapeLibraryTarObjectStorageLocation
setTarEntries(java.util.List<TarEntryDescription> tarEntries)
-
-
-
Constructor Detail
-
TapeLibraryTarObjectStorageLocation
public TapeLibraryTarObjectStorageLocation()
-
TapeLibraryTarObjectStorageLocation
public TapeLibraryTarObjectStorageLocation(java.util.List<TarEntryDescription> tarEntries)
-
-
Method Detail
-
getTarEntries
public java.util.List<TarEntryDescription> getTarEntries()
-
setTarEntries
public TapeLibraryTarObjectStorageLocation setTarEntries(java.util.List<TarEntryDescription> tarEntries)
-
-