Class Order

java.lang.Object
  |
  +--Order

public class Order
extends java.lang.Object

Class representing an order placed by a customer. Contains one or more pizzas. Responsible for calculating overall price, and for keeping track of whether it is late.


Constructor Summary
Order()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Order

public Order()