/**
  * Constructor.
  *
  * @param cnx connection
  */
 public GoogleContactsSourceService(GoogleContactsConnection cnx) {
   super();
   this.cnx = cnx;
   this.login = cnx.getLogin();
   this.password = cnx.getPassword();
   this.phoneNumberprefix = cnx.getPrefix();
 }