bookExamples.ch44Printing
Class MailingLabelList

java.lang.Object
  extended by bookExamples.ch44Printing.MailingLabelList

public class MailingLabelList
extends java.lang.Object


Constructor Summary
MailingLabelList()
           
 
Method Summary
 void add(MailingLabel st)
           
 MailingLabel[] getLabels()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailingLabelList

public MailingLabelList()
Method Detail

add

public void add(MailingLabel st)

getLabels

public MailingLabel[] getLabels()