Class TapeLibraryState
- java.lang.Object
-
- fr.gouv.vitam.storage.offers.tape.dto.TapeLibraryState
-
- All Implemented Interfaces:
TapeLibrarySpec
public class TapeLibraryState extends java.lang.Object implements TapeLibrarySpec
-
-
Constructor Summary
Constructors Constructor Description TapeLibraryState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<TapeDrive>addToDrives(TapeDrive tapeDrive)java.util.List<TapeSlot>addToSlots(TapeSlot tapeSlot)java.lang.StringgetDevice()intgetDriveCount()java.util.List<TapeDrive>getDrives()intgetMailBoxCount()java.util.List<TapeSlot>getSlots()intgetSlotsCount()voidsetDevice(java.lang.String device)voidsetDriveCount(int driveCount)voidsetDrives(java.util.List<TapeDrive> drives)voidsetMailBoxCount(int mailBoxCount)voidsetSlots(java.util.List<TapeSlot> slots)voidsetSlotsCount(int slotsCount)
-
-
-
Method Detail
-
getDevice
public java.lang.String getDevice()
- Specified by:
getDevicein interfaceTapeLibrarySpec
-
setDevice
public void setDevice(java.lang.String device)
-
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
public java.util.List<TapeDrive> getDrives()
- Specified by:
getDrivesin interfaceTapeLibrarySpec
-
setDrives
public void setDrives(java.util.List<TapeDrive> drives)
-
getSlots
public java.util.List<TapeSlot> getSlots()
- Specified by:
getSlotsin interfaceTapeLibrarySpec
-
setSlots
public void setSlots(java.util.List<TapeSlot> slots)
-
-