Package com.storedobject.core
Interface HasInventoryItem
- All Known Implementing Classes:
InventoryGRNItem
,InventoryItem
,InventoryROItem
,InventorySaleItem
,InventoryTransferItem
,MaterialIssuedItem
,MaterialReturnedItem
,MaterialTransferredItem
,ServiceItem
,SubscriptionItem
public interface HasInventoryItem
Represents an entity that has an associated inventory item and provides methods to access it.
- Author:
- Syam
-
Method Details
-
getItem
InventoryItem getItem()Retrieves the inventory item associated with this entity.- Returns:
- the associated InventoryItem instance
-
getQuantity
Retrieves the quantity of the inventory item associated with this entity.- Returns:
- the quantity of the associated inventory item
-