Class Business


public class Business extends PhoneBookEntry
This class represents a business whose name, address and phone number are listed in a phone book. A Business is constructed from an XML DOM tree. If we were doing this for real, we'd want a way of constructing an empty Business and filling in its fields.