Class TapeObjectReferentialEntity
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.common.model.TapeObjectReferentialEntity
-
public class TapeObjectReferentialEntity extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DIGEST
static java.lang.String
DIGEST_TYPE
static java.lang.String
ID
static java.lang.String
LAST_OBJECT_MODIFIED_DATE
static java.lang.String
LAST_UPDATE_DATE
static java.lang.String
LOCATION
static java.lang.String
SIZE
static java.lang.String
STORAGE_ID
-
Constructor Summary
Constructors Constructor Description TapeObjectReferentialEntity()
TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id, long size, java.lang.String digestType, java.lang.String digest, java.lang.String storageId, TapeLibraryObjectStorageLocation location, java.lang.String lastObjectModifiedDate, java.lang.String lastUpdateDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDigest()
java.lang.String
getDigestType()
TapeLibraryObjectReferentialId
getId()
java.lang.String
getLastObjectModifiedDate()
java.lang.String
getLastUpdateDate()
TapeLibraryObjectStorageLocation
getLocation()
long
getSize()
java.lang.String
getStorageId()
TapeObjectReferentialEntity
setDigest(java.lang.String digest)
TapeObjectReferentialEntity
setDigestType(java.lang.String digestType)
TapeObjectReferentialEntity
setId(TapeLibraryObjectReferentialId id)
TapeObjectReferentialEntity
setLastObjectModifiedDate(java.lang.String lastObjectModifiedDate)
TapeObjectReferentialEntity
setLastUpdateDate(java.lang.String lastUpdateDate)
TapeObjectReferentialEntity
setLocation(TapeLibraryObjectStorageLocation location)
TapeObjectReferentialEntity
setSize(long size)
TapeObjectReferentialEntity
setStorageId(java.lang.String storageId)
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
SIZE
public static final java.lang.String SIZE
- See Also:
- Constant Field Values
-
DIGEST_TYPE
public static final java.lang.String DIGEST_TYPE
- See Also:
- Constant Field Values
-
DIGEST
public static final java.lang.String DIGEST
- See Also:
- Constant Field Values
-
STORAGE_ID
public static final java.lang.String STORAGE_ID
- See Also:
- Constant Field Values
-
LOCATION
public static final java.lang.String LOCATION
- See Also:
- Constant Field Values
-
LAST_OBJECT_MODIFIED_DATE
public static final java.lang.String LAST_OBJECT_MODIFIED_DATE
- See Also:
- Constant Field Values
-
LAST_UPDATE_DATE
public static final java.lang.String LAST_UPDATE_DATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TapeObjectReferentialEntity
public TapeObjectReferentialEntity()
-
TapeObjectReferentialEntity
public TapeObjectReferentialEntity(TapeLibraryObjectReferentialId id, long size, java.lang.String digestType, java.lang.String digest, java.lang.String storageId, TapeLibraryObjectStorageLocation location, java.lang.String lastObjectModifiedDate, java.lang.String lastUpdateDate)
-
-
Method Detail
-
getId
public TapeLibraryObjectReferentialId getId()
-
setId
public TapeObjectReferentialEntity setId(TapeLibraryObjectReferentialId id)
-
getSize
public long getSize()
-
setSize
public TapeObjectReferentialEntity setSize(long size)
-
getDigestType
public java.lang.String getDigestType()
-
setDigestType
public TapeObjectReferentialEntity setDigestType(java.lang.String digestType)
-
getDigest
public java.lang.String getDigest()
-
setDigest
public TapeObjectReferentialEntity setDigest(java.lang.String digest)
-
getStorageId
public java.lang.String getStorageId()
-
setStorageId
public TapeObjectReferentialEntity setStorageId(java.lang.String storageId)
-
getLocation
public TapeLibraryObjectStorageLocation getLocation()
-
setLocation
public TapeObjectReferentialEntity setLocation(TapeLibraryObjectStorageLocation location)
-
getLastObjectModifiedDate
public java.lang.String getLastObjectModifiedDate()
-
setLastObjectModifiedDate
public TapeObjectReferentialEntity setLastObjectModifiedDate(java.lang.String lastObjectModifiedDate)
-
getLastUpdateDate
public java.lang.String getLastUpdateDate()
-
setLastUpdateDate
public TapeObjectReferentialEntity setLastUpdateDate(java.lang.String lastUpdateDate)
-
-