- getDate() - Method in class test2.ItemizedBill
-
Returns a new date equal to the date of this bill.
- getDescription() - Method in class test2.Item
-
Get the item description.
- getItems() - Method in class test2.ItemizedBill
-
Returns the list of items purchased for this bill.
- getMostExpensiveItem() - Method in class test2.ItemizedBill
-
Returns a copy of the most expensive item in this bill.
- getMostExpensiveItem(List<Item>) - Static method in class test2.ItemizedBill
-
Recursively searches the list t
for the most expensive
item.
- getPrice() - Method in class test2.Item
-
Get the item price.
- getTotal() - Method in class test2.ItemizedBill
-
Returns the total price of this bill.