Uses of Class
foodManagement.Entree

Uses of Entree in foodManagement
 

Methods in foodManagement with parameters of type Entree
 void Restaurant.addEntree(Entree entreeToAdd)
          Adds an entree to the menu.
 boolean Restaurant.checkIfInInventory(Entree entree)
          Checks if the Food items contained in the specified Entree are actually contained in the restaurant's inventory.
 boolean Entree.equals(Entree other)
          Compares the current object to the parameter and returns true if they have the same name.
 boolean Restaurant.placeOrder(Entree entree)
          Removes the food items contained in the specified Entree from the inventory.
 



Web Accessibility