]> git.mxchange.org Git - jcontacts-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
25 files changed:
src/org/mxchange/jcontacts/contact/Contact.java
src/org/mxchange/jcontacts/contact/UserContact.java
src/org/mxchange/jcontacts/contact/gender/Gender.java
src/org/mxchange/jcontacts/contact/gender/GenderUtils.java
src/org/mxchange/jcontacts/contact/utils/ContactUtils.java
src/org/mxchange/jcontacts/events/contact/add/AdminAddedContactEvent.java
src/org/mxchange/jcontacts/events/contact/add/AdminContactAddedEvent.java
src/org/mxchange/jcontacts/events/contact/deleted/AdminContactDeletedEvent.java
src/org/mxchange/jcontacts/events/contact/deleted/AdminDeletedContactEvent.java
src/org/mxchange/jcontacts/events/contact/update/AdminContactUpdatedEvent.java
src/org/mxchange/jcontacts/events/contact/update/AdminUpdatedContactEvent.java
src/org/mxchange/jcontacts/events/fax/linked/AdminFaxNumberLinkedEvent.java
src/org/mxchange/jcontacts/events/fax/linked/AdminLinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/fax/unlinked/AdminFaxNumberUnlinkedEvent.java
src/org/mxchange/jcontacts/events/fax/unlinked/AdminUnlinkedFaxNumberEvent.java
src/org/mxchange/jcontacts/events/landline/linked/AdminLandLineNumberLinkedEvent.java
src/org/mxchange/jcontacts/events/landline/linked/AdminLinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/landline/unlinked/AdminLandLineNumberUnlinkedEvent.java
src/org/mxchange/jcontacts/events/landline/unlinked/AdminUnlinkedLandLineNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/linked/AdminLinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/events/mobile/linked/AdminMobileNumberLinkedEvent.java
src/org/mxchange/jcontacts/events/mobile/unlinked/AdminMobileNumberUnlinkedEvent.java
src/org/mxchange/jcontacts/events/mobile/unlinked/AdminUnlinkedMobileNumberEvent.java
src/org/mxchange/jcontacts/exceptions/ContactAlreadyAddedException.java
src/org/mxchange/jcontacts/exceptions/ContactNotFoundException.java

index bc9c6fe464a0570114fa4d2dd00f87139b859f21..1864256acb7a209edb9949d8124f0c55238f987c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -28,7 +28,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * A general contact POJI
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Contact extends Serializable {
 
index 4afd434f14549a470d9bcd8f81fae938930871b5..4e85a9727054bc767522d61c9ce9466c3147a045 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@ import org.mxchange.jphone.phonenumbers.mobile.MobileNumber;
 /**
  * A general contact class which serves as an entity.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  * @version 0.0
  */
 @Entity (name = "contacts")
index c298e3d83cd30624e37d295d7ae626248b443943..d5ba5a95eae07cc6e8f3a8c6c7b496fc297da347 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import java.text.MessageFormat;
 /**
  * Gender enum
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum Gender implements Serializable {
 
index 92e4426123b1314d1b39167c182c94d5762baaa6..b126f0f531889e9bf215f2106121383b1ee55102 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import java.util.List;
 /**
  * Gender utils class
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class GenderUtils implements Serializable {
 
index 702baea676ca103f196e3384268423a89ed62e64..3dbfad5318060c88404a1ce61af2b7f1364ef069 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ import org.mxchange.jphone.phonenumbers.mobileprovider.MobileProvider;
 /**
  * Utilities for contacts
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ContactUtils implements Serializable {
 
index 0e790c858c71b36a2952a93ba62a1f4ab43a6111..6cfd6a2c036d73158589742095c3d1742fa3fdcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jcontacts.contact.Contact;
  * An interface for events being fired when an administrator added new contact
  * data.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminAddedContactEvent extends Serializable {
 
index bb7d0041d4d15c9fa3874b4d01c82b00fd9ae218..cdb1beee49fcba3914239453534f0bd4513bafd8 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact;
 /**\r
  * An event being fired when the administrator has added a new user account\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class AdminContactAddedEvent implements AdminAddedContactEvent {\r
 \r
index 457056ed5366135d28357d09193d76fd17a475de..9aa144c7d89197b32d6c3e92d5836a150b09d090 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact;
 /**
  * An event being fired when the administrator has deleted a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminContactDeletedEvent implements AdminDeletedContactEvent {
 
index d3a2a8c60e80018f6911b346f8291a4054cc33f2..c97fb7ab203457cc9ef84641c5794909c50b8e4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact;
 /**
  * An interface for events being fired when an administrator deleted a contact.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminDeletedContactEvent extends Serializable {
 
index fcaac04d848fa29710114f246b65b4f9255b6ac4..b67129c0e1123a092dbbb98003d642aa0de1bb4b 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact;
 /**\r
  * An event being fired when the administrator has updated a new user account\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public class AdminContactUpdatedEvent implements AdminUpdatedContactEvent {\r
 \r
index 5a0d5a1e4603ed619402b199abec993918b20761..4df5eafcc056cd30764d8a22174e773060b2f203 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2016 Roland Haeder\r
+ * Copyright (C) 2016 Roland Häder\r
  *\r
  * This program is free software: you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -23,7 +23,7 @@ import org.mxchange.jcontacts.contact.Contact;
  * An interface for events being fired when an administrator updated a new user\r
  * account.\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public interface AdminUpdatedContactEvent extends Serializable {\r
 \r
index c189b3af78a0af7d29b5214b470c9d170471d430..4964e99721210566079999ac5eed480daea51f25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An event when a fax number has been linked with a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminFaxNumberLinkedEvent implements AdminLinkedFaxNumberEvent {
 
index 07878e7296b53330c5d648540f841d3e9fbebe98..2f943935c4294e7757de32dcf1f5b6c03665aa01 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An interface for an event when a fax number has been linked with a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminLinkedFaxNumberEvent extends Serializable {
 
index 2c0735ad53c22df0859259586026db3f2cb302ce..333282ce84879137fb79292ddbd30d4579fb5d32 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An event when a fax number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminFaxNumberUnlinkedEvent implements AdminUnlinkedFaxNumberEvent {
 
index 69f1f9c17e4d091055e54619ee0d96985ffb91dd..28257308a4f813fdfb0b79dc526fcd94ef1b1906 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
 /**
  * An interface for an event when a fax number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUnlinkedFaxNumberEvent extends Serializable {
 
index b7c9a3b3bc1154f9e24c692477fe0ba289acaa11..187c0b51115ce5b47ecc6ad9fa497735f919d345 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An event when a land-line number has been linked with a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminLandLineNumberLinkedEvent implements AdminLinkedLandLineNumberEvent {
 
index 6b09520b07a72cb39037de8c9cb6ba44159c3e8a..696d9d85b507a87ac7bcc02620db9e4bc60bbce2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
  * An interface for an event when a land-line number has been linked with a
  * contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminLinkedLandLineNumberEvent extends Serializable {
 
index 1873e1a8051e6ad7ce528245a9d74dacf15a4589..03bc4b7f9634c54e53d7c0f6c7026437f49c4fb1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An event when a land-line number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminLandLineNumberUnlinkedEvent implements AdminUnlinkedLandLineNumberEvent {
 
index a0e383413f6de79dfd40ae4d87e06467c5d98195..99af644abf11c2a888c34fe157f3c16647146fdc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
 /**
  * An interface for an event when a land-line number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUnlinkedLandLineNumberEvent extends Serializable {
 
index 23bed047b3b8247c45cf4f5ddfcd43af4cc9cd07..fec436b71f18445b2d2983001b8557d8a4219a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An interface for an event when a mobile number has been linked with a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminLinkedMobileNumberEvent extends Serializable {
 
index c9501afba301adc5c6672fd4dbe3d487b3982715..f5bbd393ec9d6450d2b726ac8852bc0de9926b78 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An event when a mobile number has been linked with a contact
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileNumberLinkedEvent implements AdminLinkedMobileNumberEvent {
 
index d6e56211c62920525a449444683bf43c0a53f12d..1206039ff935cc0a08b0f26b418730e996331865 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An event when a mobile number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminMobileNumberUnlinkedEvent implements AdminUnlinkedMobileNumberEvent {
 
index af4aaecedb18cfc2dd9150fc0043e69ead3b97f3..a8f7a3e73fbdd0be8338be8722fcae4826ca6d4d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
 /**
  * An interface for an event when a mobile number has been unlinked
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUnlinkedMobileNumberEvent extends Serializable {
 
index b3e814e8c5f5809e96a93adb66c91fdd50df4384..e462c7f8d5cd7778abeb1bac05600eb3f629ce6b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@ import org.mxchange.jcontacts.contact.Contact;
 /**
  * Thrown if the given Contact instance is already added
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ContactAlreadyAddedException extends Exception {
 
index 1a50198cb488eb91f7e3395a5ca51fc06acd5f2f..ec46c7b92fb2c3c008dfe37650de87e7df8b90d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ import java.text.MessageFormat;
 /**
  * An exception thrown when a contact (entity) has not found.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ContactNotFoundException extends Exception {