Пример #1
0
 /**
  * Get the number of a product left in stock
  *
  * @param ID The name of the product you wish to check stock count.
  * @return The number of the specified product in stock
  */
 public static int getProductNumber(String ID) {
   return itemDatabase.getNumber(ID);
 }