// Debug message
//* NOISY-DEBUG: */ System.out.println(MessageFormat.format("{0}.createContactInstance: this.emailAddress={1}", this.getClass().getSimpleName(), this.getEmailAddress()));
-
// Don't set null or wrong references
if ((phone instanceof DialableLandLineNumber) && (phone.getPhoneCountry() instanceof Country) && (this.getPhoneAreaCode() != null) && (this.getPhoneNumber() != null) && (this.getPhoneAreaCode() > 0) && (this.getPhoneNumber() > 0)) {
// Now the number must be given
// Trace message
//* NOISY-DEBUG: */ System.out.println(MessageFormat.format("{0}.createContactInstance: contact={1} - EXIT!", this.getClass().getSimpleName(), contact));
-
// Return it
return contact;
}
this.setEmailAddressRepeat(null);
this.setPhoneCountry(null);
this.setPhoneAreaCode(null);
+ this.setPhoneCountry(null);
this.setPhoneNumber(null);
this.setCellphoneCarrier(null);
this.setCellphoneNumber(null);
- this.setFaxCountry(null);
this.setFaxAreaCode(null);
+ this.setFaxCountry(null);
this.setFaxNumber(null);
// - other data