public class TapeObjectReferentialEntity extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DIGEST |
static String |
DIGEST_TYPE |
static String |
ID |
static String |
LAST_OBJECT_MODIFIED_DATE |
static String |
LAST_UPDATE_DATE |
static String |
LOCATION |
static String |
SIZE |
static String |
STORAGE_ID |
Constructor and Description |
---|
TapeObjectReferentialEntity() |
TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id,
long size,
String digestType,
String digest,
String storageId,
TapeLibraryObjectStorageLocation location,
String lastObjectModifiedDate,
String lastUpdateDate) |
Modifier and Type | Method and Description |
---|---|
String |
getDigest() |
String |
getDigestType() |
TapeLibraryObjectReferentialId |
getId() |
String |
getLastObjectModifiedDate() |
String |
getLastUpdateDate() |
TapeLibraryObjectStorageLocation |
getLocation() |
long |
getSize() |
String |
getStorageId() |
TapeObjectReferentialEntity |
setDigest(String digest) |
TapeObjectReferentialEntity |
setDigestType(String digestType) |
TapeObjectReferentialEntity |
setId(TapeLibraryObjectReferentialId id) |
TapeObjectReferentialEntity |
setLastObjectModifiedDate(String lastObjectModifiedDate) |
TapeObjectReferentialEntity |
setLastUpdateDate(String lastUpdateDate) |
TapeObjectReferentialEntity |
setLocation(TapeLibraryObjectStorageLocation location) |
TapeObjectReferentialEntity |
setSize(long size) |
TapeObjectReferentialEntity |
setStorageId(String storageId) |
public static final String ID
public static final String SIZE
public static final String DIGEST_TYPE
public static final String DIGEST
public static final String STORAGE_ID
public static final String LOCATION
public static final String LAST_OBJECT_MODIFIED_DATE
public static final String LAST_UPDATE_DATE
public TapeObjectReferentialEntity()
public TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id, long size, String digestType, String digest, String storageId, TapeLibraryObjectStorageLocation location, String lastObjectModifiedDate, String lastUpdateDate)
public TapeLibraryObjectReferentialId getId()
public TapeObjectReferentialEntity setId(TapeLibraryObjectReferentialId id)
public long getSize()
public TapeObjectReferentialEntity setSize(long size)
public String getDigestType()
public TapeObjectReferentialEntity setDigestType(String digestType)
public String getDigest()
public TapeObjectReferentialEntity setDigest(String digest)
public String getStorageId()
public TapeObjectReferentialEntity setStorageId(String storageId)
public TapeLibraryObjectStorageLocation getLocation()
public TapeObjectReferentialEntity setLocation(TapeLibraryObjectStorageLocation location)
public String getLastObjectModifiedDate()
public TapeObjectReferentialEntity setLastObjectModifiedDate(String lastObjectModifiedDate)
public String getLastUpdateDate()
public TapeObjectReferentialEntity setLastUpdateDate(String lastUpdateDate)
Copyright © 2019 Vitam. All rights reserved.