Class VirtualSlot
- java.lang.Object
-
- fr.gouv.vitam.storage.offers.tape.simulator.VirtualSlot
-
public class VirtualSlot extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VirtualSlot(int slotNumber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualTapegetCurrentTape()intgetSlotNumber()VirtualSlotStategetState()VirtualSlotsetCurrentTape(VirtualTape currentTape)VirtualSlotsetState(VirtualSlotState state)
-
-
-
Method Detail
-
getSlotNumber
public int getSlotNumber()
-
getState
public VirtualSlotState getState()
-
setState
public VirtualSlot setState(VirtualSlotState state)
-
getCurrentTape
public VirtualTape getCurrentTape()
-
setCurrentTape
public VirtualSlot setCurrentTape(VirtualTape currentTape)
-
-