Class InventoryLocation

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.core.InventoryLocation
All Implemented Interfaces:
Displayable, StringFiller, HasId
Direct Known Subclasses:
InventoryBin, InventoryCustodyLocation, InventoryFitmentPosition, InventoryVirtualLocation

public abstract class InventoryLocation extends StoredObject

Represents a location where an item can be located or sourced. A location could be an InventoryBin (if it is stocked in a store), a "supplier", a "repair organization" (if it is sent for repair there), a InventoryFitmentPosition (if it is fitted on an assembly) etc.

Only regular inventory bin (InventoryBin) can be extended further. All other type of bins have fixed platform-level implementation.

Author:
Syam