public class Customer { . . . private String name; private String address; private String city; private String state; private String zip; }