Index
All Classes and Interfaces|All Packages|Serialized Form
C
- compareTo(Customer) - Method in class org.example.customer.Customer
-
This will enable sorting of Customers by full name.
- compareTo(Order) - Method in class org.example.customer.Order
-
This will enable sorting of Order by Order number concatenated with Order Date.
- compareTo(Product) - Method in class org.example.customer.Product
-
This will enable sorting of Products by name.
- compareTo(Supplier) - Method in class org.example.customer.Supplier
-
This will enable sorting of Suppliers by company name.
- Customer - Class in org.example.customer
-
The Customer Entity for the Customer application.
- Customer() - Constructor for class org.example.customer.Customer
-
The default constructor for the Customer class.
- Customer(XssSanitizer) - Constructor for class org.example.customer.Customer
-
The overloaded constructor for the Customer class that takes an XssSanitizer as input.
- CustomerEntity - Class in org.example.customer.utility
-
The Customer Entity for the Customer application.
- CustomerEntity() - Constructor for class org.example.customer.utility.CustomerEntity
-
The default constructor for the CustomerEntity class.
E
- equals(Object) - Method in class org.example.customer.Customer
-
The equals() method of the Customer class.
- equals(Object) - Method in class org.example.customer.Order
-
The equals() method of the order class.
- equals(Object) - Method in class org.example.customer.OrderItem
-
The equals() method of the OrderItem class.
- equals(Object) - Method in class org.example.customer.Product
-
The equals() method of the Product class.
- equals(Object) - Method in class org.example.customer.Supplier
-
The equals() method of the Supplier class.
- equals(Object) - Method in class org.example.customer.utility.CustomerEntity
-
The equals() method of the CustomerEntity class.
- equals(Object) - Method in class org.example.customer.utility.Location
-
The equals() method of the Location class.
- equals(Object) - Method in class org.example.customer.utility.Phone
-
The equals() method of the Phone class.
G
- getCity() - Method in class org.example.customer.utility.Location
-
Returns the city value for the Location.
- getCompanyName() - Method in class org.example.customer.Supplier
-
Returns the company name value for the Supplier.
- getContactName() - Method in class org.example.customer.Supplier
-
Returns the contactName value for the Supplier.
- getCountry() - Method in class org.example.customer.utility.Location
-
Returns the country value for the Location.
- getCustomerId() - Method in class org.example.customer.Order
-
Returns the id value for the Customer Id.
- getFax() - Method in class org.example.customer.Supplier
-
Returns the fax value for the Supplier.
- getFirstName() - Method in class org.example.customer.Customer
-
Returns the first name value for the Customer.
- getId() - Method in class org.example.customer.utility.CustomerEntity
-
Returns the id value for the Customer.
- getLastName() - Method in class org.example.customer.Customer
-
Returns the last name value for the Customer.
- getLocation() - Method in class org.example.customer.Customer
-
Return the Location for the Customer.
- getLocation() - Method in class org.example.customer.Supplier
-
Return the Location for the Supplier.
- getNumber() - Method in class org.example.customer.utility.Phone
-
Returns the number value for the Phone.
- getOrderDate() - Method in class org.example.customer.Order
-
Returns the orderDate value for the Order.
- getOrderId() - Method in class org.example.customer.OrderItem
-
Returns the orderId value for the Order.
- getOrderItems() - Method in class org.example.customer.Order
-
Returns the orderItem list value for the Order.
- getOrderNumber() - Method in class org.example.customer.Order
-
Returns the orderNumber value for the Order.
- getPackaging() - Method in class org.example.customer.Product
-
Returns the packaging value for the Product.
- getPhone() - Method in class org.example.customer.Customer
-
Returns the phone value for the Customer.
- getPhone() - Method in class org.example.customer.Supplier
-
Returns the phone value for the Supplier.
- getProductId() - Method in class org.example.customer.OrderItem
-
Returns the productId value for the OrderItem.
- getProductName() - Method in class org.example.customer.Product
-
Returns the product name value for the Product.
- getQuantity() - Method in class org.example.customer.OrderItem
-
Returns the Quantity value for the OrderItem.
- getSubTotal() - Method in class org.example.customer.OrderItem
-
Returns the SubTotal value for the OrderItem.
- getSupplierId() - Method in class org.example.customer.Product
-
Returns the SupplierId value for the Product.
- getTotalAmount() - Method in class org.example.customer.Order
-
Returns the total amount for the order.
- getUnitPrice() - Method in class org.example.customer.OrderItem
-
Returns the UnitPrice value for the OrderItem.
- getUnitPrice() - Method in class org.example.customer.Product
-
Returns the UnitPrice value for the Product.
H
- hashCode() - Method in class org.example.customer.Customer
-
The hashCode() method of the Customer class.
- hashCode() - Method in class org.example.customer.Order
-
The hashCode() method of the Order class.
- hashCode() - Method in class org.example.customer.OrderItem
-
The hashCode() method of the OrderItem class.
- hashCode() - Method in class org.example.customer.Product
-
The hashCode() method of the Product class.
- hashCode() - Method in class org.example.customer.Supplier
-
The hashCode() method of the Supplier class.
- hashCode() - Method in class org.example.customer.utility.CustomerEntity
-
The hashCode() method of the CustomerEntity class.
- hashCode() - Method in class org.example.customer.utility.Location
-
The hashCode() method of the Location class.
- hashCode() - Method in class org.example.customer.utility.Phone
-
The hashCode() method of the Phone class.
I
- isDiscontinued() - Method in class org.example.customer.Product
-
Returns the Discontinued value for the Product.
L
- Location - Class in org.example.customer.utility
-
The Customer Location for the Customer application.
- Location() - Constructor for class org.example.customer.utility.Location
-
The default constructor for the Location class.
- Location(XssSanitizer) - Constructor for class org.example.customer.utility.Location
-
The overloaded constructor for the Location class that takes an XssSanitizer as input.
O
- Order - Class in org.example.customer
-
The Order Entity for the Customer application.
- Order() - Constructor for class org.example.customer.Order
-
The default constructor for the Order class.
- Order(XssSanitizer) - Constructor for class org.example.customer.Order
-
The overloaded constructor for the order class that takes an XssSanitizer as input.
- OrderItem - Class in org.example.customer
-
The OrderItem Entity for the Customer application.
- OrderItem() - Constructor for class org.example.customer.OrderItem
-
The default constructor for the OrderItem class.
- org.example.customer - package org.example.customer
-
This package provides the Entity classes for the Customer Web Application.
- org.example.customer.utility - package org.example.customer.utility
P
- Phone - Class in org.example.customer.utility
-
The Customer Phone for the Customer application.
- Phone() - Constructor for class org.example.customer.utility.Phone
-
The default constructor for the Phone class.
- Phone(XssSanitizer) - Constructor for class org.example.customer.utility.Phone
-
The overloaded constructor for the Phone class that takes an XssSanitizer as input.
- Product - Class in org.example.customer
-
The Product Entity for the Customer application.
- Product() - Constructor for class org.example.customer.Product
-
The default constructor for the Product class.
- Product(XssSanitizer) - Constructor for class org.example.customer.Product
-
The overloaded constructor for the Product class that takes an XssSanitizer as input.
R
- Related Documentation - Search tag in Overview
- Section
S
- setCity(String) - Method in class org.example.customer.utility.Location
-
Sets the city value for the Location.
- setCompanyName(String) - Method in class org.example.customer.Supplier
-
Sets the company name value for the Supplier.
- setContactName(String) - Method in class org.example.customer.Supplier
-
Sets the contactName value for the Supplier.
- setCountry(String) - Method in class org.example.customer.utility.Location
-
Sets the country value for the Location.
- setCustomerId(int) - Method in class org.example.customer.Order
-
Sets the id value for the Customer ID.
- setDiscontinued(boolean) - Method in class org.example.customer.Product
-
Sets the Discontinued value for the Product.
- setFax(Phone) - Method in class org.example.customer.Supplier
-
Sets the fax value for the Supplier.
- setFirstName(String) - Method in class org.example.customer.Customer
-
Sets the first name value for the Customer.
- setId(int) - Method in class org.example.customer.utility.CustomerEntity
-
Sets the id value for the Customer.
- setLastName(String) - Method in class org.example.customer.Customer
-
Sets the last name value for the Customer.
- setLocation(Location) - Method in class org.example.customer.Customer
-
Sets the location value for the Customer.
- setLocation(Location) - Method in class org.example.customer.Supplier
-
Sets the location value for the Supplier.
- setNumber(String) - Method in class org.example.customer.utility.Phone
-
Sets the number value for the Phone.
- setOrderDate(LocalDate) - Method in class org.example.customer.Order
-
Sets the order date value for the Customer.
- setOrderId(int) - Method in class org.example.customer.OrderItem
-
Sets the orderId value for the OrderItem.
- setOrderItems(List<OrderItem>) - Method in class org.example.customer.Order
-
Sets the orderItem list value for the Order.
- setOrderNumber(String) - Method in class org.example.customer.Order
-
Sets the orderNumber value for the Order.
- setPackaging(String) - Method in class org.example.customer.Product
-
Sets the packaging value for the Product.
- setPhone(Phone) - Method in class org.example.customer.Customer
-
Sets the phone value for the Customer.
- setPhone(Phone) - Method in class org.example.customer.Supplier
-
Sets the phone value for the Supplier.
- setProductId(int) - Method in class org.example.customer.OrderItem
-
Sets the productId value for the Order.
- setProductName(String) - Method in class org.example.customer.Product
-
Sets the product name value for the Product.
- setQuantity(int) - Method in class org.example.customer.OrderItem
-
Sets the Quantity value for the OrderItem.
- setSupplierId(int) - Method in class org.example.customer.Product
-
Sets the SupplierId value for the Product.
- setTotalAmount(double) - Method in class org.example.customer.Order
-
Sets the total amount value for the Orde.
- setUnitPrice(double) - Method in class org.example.customer.OrderItem
-
Sets the UnitPrice value for the OrderItem.
- setUnitPrice(double) - Method in class org.example.customer.Product
-
Sets the UnitPrice value for the Product.
- Supplier - Class in org.example.customer
-
The Supplier Entity for the Customer application.
- Supplier() - Constructor for class org.example.customer.Supplier
-
The default constructor for the Supplier class.
- Supplier(XssSanitizer) - Constructor for class org.example.customer.Supplier
-
The overloaded constructor for the Supplier class that takes an XssSanitizer as input.
T
- toString() - Method in class org.example.customer.Customer
-
The toString method for the Customer class.
- toString() - Method in class org.example.customer.Order
-
The toString method for the Order class.
- toString() - Method in class org.example.customer.OrderItem
-
The toString method for the OrderItem class.
- toString() - Method in class org.example.customer.Product
-
The toString method for the Product class.
- toString() - Method in class org.example.customer.Supplier
-
The toString method for the Supplier class.
- toString() - Method in class org.example.customer.utility.CustomerEntity
-
The toString method for the CustomerEntity class.
- toString() - Method in class org.example.customer.utility.Location
-
The toString method for the Location class.
- toString() - Method in class org.example.customer.utility.Phone
-
The toString method for the Phone class.
All Classes and Interfaces|All Packages|Serialized Form