]> git.mxchange.org Git - jcustomer-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:11 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
nbproject/project.properties
src/org/mxchange/jcustomercore/events/customer/added/AdminAddedCustomerEvent.java
src/org/mxchange/jcustomercore/events/customer/added/CustomerAdminAddedEvent.java
src/org/mxchange/jcustomercore/events/customer/update/AdminCustomerDataUpdatedEvent.java
src/org/mxchange/jcustomercore/events/customer/update/AdminUpdatedCustomerDataEvent.java
src/org/mxchange/jcustomercore/exceptions/CustomerAlreadyRegisteredException.java
src/org/mxchange/jcustomercore/exceptions/CustomerNotFoundException.java
src/org/mxchange/jcustomercore/exceptions/EmailAddressAlreadyRegisteredException.java
src/org/mxchange/jcustomercore/model/customer/Customer.java
src/org/mxchange/jcustomercore/model/customer/status/CustomerAccountStatus.java
src/org/mxchange/jcustomercore/utils/CustomerUtils.java

index 5a32ca0d56a2ebe7586eafbbb34c45f5e30f213b..2b93cb2eeb797dcd8b81d57cda9a59dfcd22e9b5 100644 (file)
@@ -4,7 +4,7 @@ annotation.processing.processors.list=
 annotation.processing.run.all.processors=true
 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
 application.title=jcustomer-core
-application.vendor=Roland Haeder
+application.vendor=Roland H\u00e4der
 auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
 build.classes.dir=${build.dir}/classes
 build.classes.excludes=**/*.java,**/*.form
index 21ce8f72d92dfe3bf3ceff4c57e73f5377a332db..8b13aa513a1fdaf51ff819ab49e190f57e77b2c6 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.jcustomercore.model.customer.Customer;
  * An interface for events being fired when an administrator has added a
  * customer.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminAddedCustomerEvent extends Serializable {
 
index 21050eeafb6b2987d1ba1e927f5ffaf6d8b7dac7..d1c2e26a88517c20ca39cf90561d97f56646428b 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.jcustomercore.model.customer.Customer;
 /**
  * An event being fired when an administrator has added a new customer
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CustomerAdminAddedEvent implements AdminAddedCustomerEvent {
 
index 35c2b0e6d6cfb8f5a9558ade51325d7c2772992b..9064c42321bd0d26a11778dc2e88c0786cd2ae8c 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.jcustomercore.model.customer.Customer;
 /**
  * An event being fired when the administrator has updated customer data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminCustomerDataUpdatedEvent implements AdminUpdatedCustomerDataEvent {
 
index c3afa89413b8ec53c065c7f8fbc23016eeb7b37a..ba3ac13e504e26a39f36d0a7b845c8470f1917e6 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.jcustomercore.model.customer.Customer;
 /**
  * An interface for events being fired when an administrator updated customer data.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminUpdatedCustomerDataEvent extends Serializable {
 
index ff42b89c63e146534760413051db13f1c42f49b5..007ff70610f4423807a6077067b84dace5c53dc7 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.jcustomercore.model.customer.Customer;
 /**
  * An exception thrown when the customer is already registered
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CustomerAlreadyRegisteredException extends Exception {
 
index d7bd4932a7f92a5e3f868fc208a2cde416c93739..8147bec63a1245f7f0532dbc25a8678f1f66e18b 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.jcustomercore.model.customer.Customer;
 /**
  * An exception thrown when the user's account was not found
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CustomerNotFoundException extends Exception {
 
index 0aa716613d39ffa402e192199e19fbf864816382..d4db28abfbfe5fb3954a205cb1fb4ac85abda175 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.jcustomercore.model.customer.Customer;
 /**
  * An exception thrown when the recruiter's email address is already registered.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class EmailAddressAlreadyRegisteredException extends Exception {
 
index 79d4ebe45decc4fe2cc3629e8be68c08cbb1c755..9e91d223a40f66deb7c5df6604c8a732a4afaddb 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.jcustomercore.model.customer.status.CustomerAccountStatus;
 /**
  * A customer POJI
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Customer extends Serializable {
 
index 276f0a8a5af17923df3ac33f713d4240f65ad745..c58cf80accf3c661f7b08620ba4649b3699f038d 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.io.Serializable;
 /**
  * An enumeration for customer's account status like confirmed, locked, etc.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public enum CustomerAccountStatus implements Serializable {
 
index 1d24c0b30eb1c72876731e13dffd47a7e8a1d153..8cace2cbdfd945bc4d8a55421303e0a08970425c 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.apache.commons.lang3.StringUtils;
 /**
  * Customer utilities
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CustomerUtils {