- getAreaCode() - Method in class test3.PhoneNumber
-
Returns the area code.
- getByName(String) - Method in class test3.ContactSet
-
Returns a new copy of the contact having the given name.
- getContacts() - Method in class test3.ContactSet
-
Returns a list containing new copies of all of the contacts
in this contact list.
- getExchangeCode() - Method in class test3.PhoneNumber
-
Returns the exchange code.
- getInstance(int, int, int) - Static method in class test3.PhoneNumber
-
Get a phone number having the given area code, exchange code, and station
code.
- getName() - Method in class test3.Contact
-
Returns the name of this contact.
- getName() - Method in class test3.ContactSet
-
Return the name of this contact set.
- getNumber() - Method in class test3.Contact
-
Returns the telephone number of this contact.
- getStationCode() - Method in class test3.PhoneNumber
-
Returns the station code.