Class InventoryStoreBin

java.lang.Object
All Implemented Interfaces:
Displayable, StringFiller, HasId

public final class InventoryStoreBin extends InventoryBin

The whole "inventory store" can be considered as on "huge" bin and this class represents that. For every store, the system automatically generates an instance of this bin.

When an item is received in a store, it gets into this "bin" and only after inspection, it gets moved to a proper "bin" within the store. So, an item located at this "bin" is not really "binned".

Author:
Syam