Class TapeReadRequestReferentialEntity
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.TapeReadRequestReferentialEntity
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTapeReadRequestReferentialEntity
(String requestId, String containerName, Map<String, TarLocation> tarLocations, List<FileInTape> files) -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()
boolean
void
setContainerName
(String containerName) void
setCreationDate
(String creationDate) void
setExpireDate
(String expireDate) void
setFiles
(List<FileInTape> files) void
setRequestId
(String requestId) void
setTarLocations
(Map<String, TarLocation> tarLocations)
-
Field Details
-
ID
- See Also:
-
TAR_LOCATIONS
- See Also:
-
FILES
- See Also:
-
CONTAINER_NAME
- See Also:
-
CREATE_DATE
- See Also:
-
EXPIRE_DATE
- See Also:
-
IS_COMPLETED
- See Also:
-
IS_EXPIRED
- See Also:
-
-
Constructor Details
-
TapeReadRequestReferentialEntity
public TapeReadRequestReferentialEntity() -
TapeReadRequestReferentialEntity
public TapeReadRequestReferentialEntity(String requestId, String containerName, Map<String, TarLocation> tarLocations, List<FileInTape> files)
-
-
Method Details
-
getRequestId
-
setRequestId
-
getContainerName
-
setContainerName
-
getTarLocations
-
setTarLocations
-
getFiles
-
setFiles
-
getCreationDate
-
setCreationDate
-
getExpireDate
-
setExpireDate
-
isExpired
-
isCompleted
public boolean isCompleted()
-