|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ninecode.email.beans.slave.phone.Listing
A basket for phone listings. Holds a complete phone record. Holds last name, first name, street number, qualifier, street, municipality, province, area code, and phone number. Does not hold apartment number.
| Constructor Summary | |
Listing(String lastname,
String firstname,
String no,
String qualifier,
String address,
String citytown,
String province,
String areacode,
String exchange,
String phone)
Construct a Listing. |
|
| Method Summary | |
String |
toString()
Converts this listing into a representative string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Listing(String lastname,
String firstname,
String no,
String qualifier,
String address,
String citytown,
String province,
String areacode,
String exchange,
String phone)
lastname - The last name.firstname - The first name.no - The house number.qualifier - The house number qualifier.
A letter or the string "1/2".address - The street name.citytown - The municipality.province - The province, 2 letters.areacode - The area code, 3 digits.exchange - The exchange, 3 digits.phone - The extension, 4 digits.| Method Detail |
public String toString()
toString in class Object
|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||