Uses of Class
org.example.customer.OrderItem
Packages that use OrderItem
Package
Description
This package provides the Entity classes for the Customer Web Application.
-
Uses of OrderItem in org.example.customer
Methods in org.example.customer that return types with arguments of type OrderItemModifier and TypeMethodDescriptionOrder.getOrderItems()Returns the orderItem list value for the Order.Method parameters in org.example.customer with type arguments of type OrderItemModifier and TypeMethodDescriptionvoidOrder.setOrderItems(List<OrderItem> orderItems) Sets the orderItem list value for the Order.