/**
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.)
*/ public class OrderPrinter { /*STUB*/ }