Class TapeLibraryState
java.lang.Object
fr.gouv.vitam.storage.offers.tape.dto.TapeLibraryState
- All Implemented Interfaces:
TapeLibrarySpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToDrives(TapeDrive tapeDrive) addToSlots(TapeSlot tapeSlot) intintgetSlots()intvoidvoidsetDriveCount(int driveCount) voidvoidsetMailBoxCount(int mailBoxCount) voidvoidsetSlotsCount(int slotsCount)
-
Constructor Details
-
TapeLibraryState
public TapeLibraryState()
-
-
Method Details
-
getDevice
- Specified by:
getDevicein interfaceTapeLibrarySpec
-
setDevice
-
getDriveCount
public int getDriveCount()- Specified by:
getDriveCountin interfaceTapeLibrarySpec
-
setDriveCount
public void setDriveCount(int driveCount) -
getSlotsCount
public int getSlotsCount()- Specified by:
getSlotsCountin interfaceTapeLibrarySpec
-
setSlotsCount
public void setSlotsCount(int slotsCount) -
getMailBoxCount
public int getMailBoxCount()- Specified by:
getMailBoxCountin interfaceTapeLibrarySpec
-
setMailBoxCount
public void setMailBoxCount(int mailBoxCount) -
getDrives
- Specified by:
getDrivesin interfaceTapeLibrarySpec
-
setDrives
-
getSlots
- Specified by:
getSlotsin interfaceTapeLibrarySpec
-
setSlots
-
addToDrives
-
addToSlots
-