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.StringDIGESTstatic java.lang.StringDIGEST_TYPEstatic java.lang.StringIDstatic java.lang.StringLAST_OBJECT_MODIFIED_DATEstatic java.lang.StringLAST_UPDATE_DATEstatic java.lang.StringLOCATIONstatic java.lang.StringSIZEstatic java.lang.StringSTORAGE_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.StringgetDigest()java.lang.StringgetDigestType()TapeLibraryObjectReferentialIdgetId()java.lang.StringgetLastObjectModifiedDate()java.lang.StringgetLastUpdateDate()TapeLibraryObjectStorageLocationgetLocation()longgetSize()java.lang.StringgetStorageId()TapeObjectReferentialEntitysetDigest(java.lang.String digest)TapeObjectReferentialEntitysetDigestType(java.lang.String digestType)TapeObjectReferentialEntitysetId(TapeLibraryObjectReferentialId id)TapeObjectReferentialEntitysetLastObjectModifiedDate(java.lang.String lastObjectModifiedDate)TapeObjectReferentialEntitysetLastUpdateDate(java.lang.String lastUpdateDate)TapeObjectReferentialEntitysetLocation(TapeLibraryObjectStorageLocation location)TapeObjectReferentialEntitysetSize(long size)TapeObjectReferentialEntitysetStorageId(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)
-
-