All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mailorder.Customer

java.lang.Object
   |
   +----mailorder.Customer

public class Customer
extends Object

Variable Index

 o Address1
 o Address2
 o City
 o FirstName
 o HomePhone
 o LastName
 o State
 o WorkPhone
 o Zip

Constructor Index

 o Customer(String, String, String, String, String, String, String, String, String)

Method Index

 o toString()

Variables

 o FirstName
 public String FirstName
 o LastName
 public String LastName
 o Address1
 public String Address1
 o Address2
 public String Address2
 o City
 public String City
 o State
 public String State
 o Zip
 public String Zip
 o HomePhone
 public String HomePhone
 o WorkPhone
 public String WorkPhone

Constructors

 o Customer
 public Customer(String fName,
                 String lName,
                 String add1,
                 String add2,
                 String city,
                 String state,
                 String zip,
                 String homePhone,
                 String workPhone)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index