|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An interface describing the functionality an implementation of an AddressRecord (e.g. one person's/company's contact information) must provide
| Method Summary | |
Vector |
getFields()
Reads AddressFields from the device, maps them and stores them in AddressField |
java.lang.String |
rawReadNote()
Reads this AddressRecord's note directly. |
void |
rawWriteNote(java.lang.String note)
Writes this AddressRecord's note directly |
void |
registerNotSupportedhandler(AddressNotSupportedHandler nsh)
Registeres a NotSupportedHandler that handle's AddressFields this device cannot store |
void |
setFields(Vector fields)
Reads information from the passed fields, maps them and writes them to the device. |
| Method Detail |
public Vector getFields()
AddressFields and returns them.
- Returns:
- a Vector containing the contact information of this record in
AddressFields
public void setFields(Vector fields)
NotSupportedHandlerfields - the fields to write to the devicepublic java.lang.String rawReadNote()
AddressRecord's note directly.public void rawWriteNote(java.lang.String note)
AddressRecord's note directlynote - the text to write to the notepublic void registerNotSupportedhandler(AddressNotSupportedHandler nsh)
AddressFields this device cannot storensh - the NotSupportedHandler to register
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||