}
// Cellphone and such ...
- this.outputMessage(MessageFormat.format("Telefonnumer: {0}\nFaxnummer: {1}\nHandy: {2}\nKommentar:\n{3}", contact.getContactPhoneNumber(), contact.getContactFaxNumber(), contact.getContactCellphoneNumber(), contact.getContactComment()));
+ this.outputMessage(MessageFormat.format("Telefonnumer: {0}\nFaxnummer: {1}\nHandy: {2}\nKommentar:\n{3}", contact.getContactLandLineNumber(), contact.getContactFaxNumber(), contact.getContactCellphoneNumber(), contact.getContactComment()));
// Trace message
this.getLoggerBeanLocal().logTrace("EXIT!"); //NOI18N
String comment = manager.enterOwnComment();
// Update contact instance
- contact.setContactPhoneNumber(phoneNumber);
+ contact.setContactLandLineNumber(phoneNumber);
contact.setContactCellphoneNumber(cellphonePhoneNumber);
contact.setContactFaxNumber(faxNumber);
contact.setContactEmailAddress(email);