All Classes and Interfaces

Class
Description
A concrete implementation PackageBase, models a package that holds a book.
Rest Controller class.
A concrete implementation PackageBase, models a package that holds an electronic.
Package interface that writes method declarations for a package object.
Abstract package base class that is modelled after a package; stores name, notes, price, weight, date, and delivery status.
This class creates a PackageDeliveryControl object which manages data for the program.
A Factory class that creates concrete PackageBase objects.
Enum that holds Package types, helps with identifying packages.
A concrete implementation PackageBase, models a package that holds a perishable.
 
Utilities class that holds constants that are used by a lot of files.
Enum is for the state of the UI, helpful with updating states.
Main Web server class.