Index
All Classes and Interfaces|All Packages|Serialized Form
S
- Shipment - Class in com.shipmentXpress.model
-
The Shipment class represents a shipment with its attributes.
- Shipment(String, String, double, String, String, Timestamp) - Constructor for class com.shipmentXpress.model.Shipment
-
Constructs a Shipment object with the specified attributes.
- ShipmentDao - Interface in com.shipmentXpress.dao
-
The ShipmentDao interface defines methods for performing CRUD operations related to shipments.
- ShipmentDaoImpl - Class in com.shipmentXpress.dao
-
Implementation of the ShipmentDao interface for managing shipments.
- ShipmentDaoImpl() - Constructor for class com.shipmentXpress.dao.ShipmentDaoImpl
- ShipmentException - Exception in com.shipmentXpress.exception
-
Custom exception class for handling shipment-related errors.
- ShipmentException(String) - Constructor for exception com.shipmentXpress.exception.ShipmentException
-
Constructs a new ShipmentException with the specified error message.
- ShipmentXpressTest - Class in com.shipmentXpress.test
-
The ShipmentXpressTest class demonstrates the functionality of the ShipmentXpress project.
- ShipmentXpressTest() - Constructor for class com.shipmentXpress.test.ShipmentXpressTest
All Classes and Interfaces|All Packages|Serialized Form