Uses of Package
orderprocessing

Classes in orderprocessing used by orderprocessing
Address
          This class maintains information for an address
BillingTerms
          This class represents various billing terms in use by the firm it exports constant terms objects for all allowable terms.
CalculationCalendar
          This class provides an increment function for Gregorian Calendars so that a future date may be easily calculated.
Customer
          This class maintains information about a single customer
InventoryManager
          This class manages inventory and responds to requests from an OrderProcessor In this version it is just a stub.
Invoice
          This class represents what will ship from a customer order.
Order
          This class represents a single order from a single customer.
OrderItem
          This class contains information about a single item on a customer order.
OrderProcessor
          This class accepts and fulfills orders from customers.