Class OrderPrinter

java.lang.Object
  |
  +--OrderPrinter

public class OrderPrinter
extends java.lang.Object

A class representing a custom printer of pizza box labels. Data sent to this object prints onto a sticky label which can then be placed on a box. (Currently this is just a stub which prints the information and ID as text, but in a real system it would also print a barcode.)


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

Constructor Detail

OrderPrinter

public OrderPrinter()