getDefaultInStockFlag
getDefaultInStockFlag()
:
boolean
Returns the default in-stock flag of the inventory list.
Returns:
Default in-stock flag of inventory list.
getDescription
Returns the description of the inventory list.
Returns:
Description of inventory list.
getID
Returns the ID of the inventory list.
Returns:
ID of inventory list.
getRecord
Returns the inventory record for the specified product or null
if there is no record for the product in this list.
Parameters:
product
-
The product to lookup inventory record.
Returns:
Inventory record or null
if not found.
getRecord
Returns the inventory record for the specified product ID or null
if there is no record for the product id in this list.
Parameters:
productID
-
The product ID to lookup inventory record.
Returns:
Inventory record or null
if not found.