public class TapeArchiveReferentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DIGEST |
static String |
ENTRY_TYPE |
static String |
ID |
static String |
LAST_UPDATE_DATE |
static String |
LOCATION |
static String |
SIZE |
Constructor and Description |
---|
TapeArchiveReferentialEntity() |
TapeArchiveReferentialEntity(String archiveId,
TapeLibraryArchiveStorageLocation location,
EntryType entryTape,
Long size,
String digestValue,
String lastUpdateDate) |
TapeArchiveReferentialEntity(String archiveId,
TapeLibraryArchiveStorageLocation location,
Long size,
String digestValue,
String lastUpdateDate) |
Modifier and Type | Method and Description |
---|---|
String |
getArchiveId() |
String |
getDigestValue() |
EntryType |
getEntryTape() |
String |
getLastUpdateDate() |
TapeLibraryArchiveStorageLocation |
getLocation() |
Long |
getSize() |
TapeArchiveReferentialEntity |
setArchiveId(String archiveId) |
TapeArchiveReferentialEntity |
setDigestValue(String digestValue) |
TapeArchiveReferentialEntity |
setEntryTape(EntryType entryTape) |
TapeArchiveReferentialEntity |
setLastUpdateDate(String lastUpdateDate) |
TapeArchiveReferentialEntity |
setLocation(TapeLibraryArchiveStorageLocation location) |
TapeArchiveReferentialEntity |
setSize(Long size) |
public static final String ID
public static final String LOCATION
public static final String LAST_UPDATE_DATE
public static final String SIZE
public static final String DIGEST
public static final String ENTRY_TYPE
public TapeArchiveReferentialEntity()
public TapeArchiveReferentialEntity(String archiveId, TapeLibraryArchiveStorageLocation location, Long size, String digestValue, String lastUpdateDate)
public String getArchiveId()
public TapeArchiveReferentialEntity setArchiveId(String archiveId)
public TapeLibraryArchiveStorageLocation getLocation()
public TapeArchiveReferentialEntity setLocation(TapeLibraryArchiveStorageLocation location)
public Long getSize()
public TapeArchiveReferentialEntity setSize(Long size)
public String getDigestValue()
public TapeArchiveReferentialEntity setDigestValue(String digestValue)
public String getLastUpdateDate()
public TapeArchiveReferentialEntity setLastUpdateDate(String lastUpdateDate)
public EntryType getEntryTape()
public TapeArchiveReferentialEntity setEntryTape(EntryType entryTape)
Copyright © 2019 Vitam. All rights reserved.