A C E F P T

A

areaCode - Variable in class PhoneNumber
 

C

ContactInformation - Class in <Unnamed>
Contact information (i.e., phone numbers and email addresses)
ContactInformation() - Constructor for class ContactInformation
Default Constructor
ContactInformation(PhoneNumber, PhoneNumber, String) - Constructor for class ContactInformation
Constructor

E

email - Variable in class ContactInformation
 
exchange - Variable in class PhoneNumber
 
extension - Variable in class PhoneNumber
 

F

fax - Variable in class ContactInformation
 

P

phone - Variable in class ContactInformation
 
PhoneNumber - Class in <Unnamed>
An abstraction of a telephone number
PhoneNumber() - Constructor for class PhoneNumber
Default Constructor
PhoneNumber(int, int, int) - Constructor for class PhoneNumber
Constructor

T

toString() - Method in class ContactInformation
Returns a (formatted) String representation of this ContactInformation.
toString() - Method in class PhoneNumber
Returns a (formatted) String representation of this PhoneNumber.

A C E F P T

James Madison University, Department of Computer Science