- getAreaCode() - Method in class test3.PhoneNumber
-
Returns the area code.
- getDate() - Method in class test3.CallLogEntry
-
Returns the date of this entry.
- 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.CallLog
-
Return the name of this call log.
- getNumber() - Method in class test3.CallLogEntry
-
Returns the phone number of this entry.
- getPhoneNumbers() - Method in class test3.CallLog
-
Returns a set of all of the phone numbers in this call log.
- getStationCode() - Method in class test3.PhoneNumber
-
Returns the station code.