Uses of Class
org.example.customer.utility.Location
Packages that use Location
Package
Description
This package provides the Entity classes for the Customer Web Application.
-
Uses of Location in org.example.customer
Methods in org.example.customer that return LocationModifier and TypeMethodDescriptionCustomer.getLocation()Return the Location for the Customer.Supplier.getLocation()Return the Location for the Supplier.Methods in org.example.customer with parameters of type LocationModifier and TypeMethodDescriptionvoidCustomer.setLocation(Location location) Sets the location value for the Customer.voidSupplier.setLocation(Location location) Sets the location value for the Supplier.