Class TapeCatalog
java.lang.Object
fr.gouv.vitam.storage.engine.common.model.QueueMessageEntity
fr.gouv.vitam.storage.engine.common.model.TapeCatalog
TapeCatalog
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class fr.gouv.vitam.storage.engine.common.model.QueueMessageEntity
ID, MESSAGE_TYPE, PRIORITY, STATE, TAG_CREATION_DATE, TAG_LAST_UPDATE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getLabel()
getType()
int
boolean
boolean
isWorm()
setAlternativeCode
(String alternativeCode) setCapacity
(Long capacity) setCompressed
(boolean compressed) setCurrentLocation
(TapeLocation currentLocation) setCurrentPosition
(Integer currentPosition) setFileCount
(Integer fileCount) setLabel
(TapeCatalogLabel label) setLibrary
(String library) setPreviousLocation
(TapeLocation previousLocation) setTapeState
(TapeState tapeState) setVersion
(int version) setWorm
(boolean worm) setWrittenBytes
(Long writtenBytes) Methods inherited from class fr.gouv.vitam.storage.engine.common.model.QueueMessageEntity
getCreated, getId, getLastUpdate, getMessageType, getPriority, getState, setCreated, setId, setLastUpdate, setMessageType, setPriority, setState
-
Field Details
-
CODE
- See Also:
-
ALTERNATIVE_CODE
- See Also:
-
BUCKET
- See Also:
-
LABEL
- See Also:
-
LIBRARY
- See Also:
-
TYPE
- See Also:
-
CAPACITY
- See Also:
-
FILE_COUNT
- See Also:
-
CURRENT_LOCATION
- See Also:
-
PREVIOUS_LOCATION
- See Also:
-
COMPRESSED
- See Also:
-
WORM
- See Also:
-
VERSION
- See Also:
-
WRITTEN_BYTES
- See Also:
-
TAPE_STATE
- See Also:
-
-
Constructor Details
-
TapeCatalog
public TapeCatalog()
-
-
Method Details
-
getCode
-
setCode
-
getLabel
-
setLabel
-
getLibrary
-
setLibrary
-
getType
-
setType
-
getWrittenBytes
-
setWrittenBytes
-
getTapeState
-
setTapeState
-
getCapacity
-
setCapacity
-
getFileCount
-
setFileCount
-
getCurrentLocation
-
setCurrentLocation
-
getPreviousLocation
-
setPreviousLocation
-
isCompressed
public boolean isCompressed() -
setCompressed
-
isWorm
public boolean isWorm() -
setWorm
-
getVersion
public int getVersion() -
setVersion
-
getAlternativeCode
-
setAlternativeCode
-
getBucket
-
setBucket
-
getCurrentPosition
-
setCurrentPosition
-