]> git.mxchange.org Git - jcontacts-business-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>
19 files changed:
src/org/mxchange/jcontactsbusiness/BusinessContact.java
src/org/mxchange/jcontactsbusiness/CompanyContact.java
src/org/mxchange/jcontactsbusiness/basicdata/BusinessBasicData.java
src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java
src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java
src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java
src/org/mxchange/jcontactsbusiness/department/CompanyDepartment.java
src/org/mxchange/jcontactsbusiness/department/Department.java
src/org/mxchange/jcontactsbusiness/employee/CompanyEmployee.java
src/org/mxchange/jcontactsbusiness/employee/Employee.java
src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadQuartersData.java
src/org/mxchange/jcontactsbusiness/headquarters/HeadQuartersData.java
src/org/mxchange/jcontactsbusiness/jobposition/EmployeePosition.java
src/org/mxchange/jcontactsbusiness/jobposition/JobPosition.java
src/org/mxchange/jcontactsbusiness/logo/BusinessLogo.java
src/org/mxchange/jcontactsbusiness/logo/CompanyLogo.java
src/org/mxchange/jcontactsbusiness/opening_times/BusinessOpeningTimes.java
src/org/mxchange/jcontactsbusiness/opening_times/OpeningTimes.java
src/org/mxchange/jcontactsbusiness/opening_times/dayofweek/DayOfTheWeek.java

index 126ccb224241803310ed1003ea2fc67684178e7b..1e055150a74381bb2419a099986156e44e43c5bd 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.jusercore.model.user.User;
 /**
  * A POJI for business contact classes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface BusinessContact extends Serializable {
 
index fa0a1487aefcae8aff7432f333a5730d21599bf7..595cd905a01ab9d9c7698b16945a786e6732aa38 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
@@ -45,7 +45,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for business contacts
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_contacts")
 @Table (name = "company_contacts")
index 6e5e04e37172558b5b9b69679e8964e4843222e8..b2191f51dab22f4295690c6c215eff0b7b49631e 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
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for basic business data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface BusinessBasicData extends Serializable {
 
index ac26e7a66babc16ca60f8cdaf8656a7008caadc0..24ab3d2442ad31467a1707310bdfdbfb1a261408 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
@@ -44,7 +44,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for basic company data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_basic_data")
 @Table (name = "company_basic_data")
index cbef376299a2ebb8e8c90e55b7eba14cb68a23b3..c90df617cc56bb9f5d202bf5b066f9a633890a92 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
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for branch offices
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface BranchOffice extends Serializable {
 
index 69e90e42fbfe1a49671c717d79d684f81e4331c8..192c19513be374ea0dbe3f3517cb5c2d49f5d392 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
@@ -45,7 +45,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for company branch offices
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_branch_offices")
 @Table (name = "company_branch_offices")
index 56321668502f40da46abe5c89304ab892db908f4..1af6de527843580c069f655e94fe44c420e571da 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
@@ -46,7 +46,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for company departments
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_departments")
 @Table (name = "company_departments")
index 2b651be6b06101c40f850b4424e44d5ac89a3b84..6a0e0f845a9a0ddb88b5c5ca919e3dcc52822cdd 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
@@ -27,7 +27,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for company departments
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Department extends Serializable {
 
index dce162eec9d5e9a981233f434e7f4dc7b0581450..7b9bef50ae8b32107f9b5c281479f1b58788f261 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.jusercore.model.user.User;
 /**
  * A POJO for company employees (including CEO)
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_employees")
 @Table (name = "company_employees")
index 57e5b7516a54750a92cd047b7d0f31e61ff47004..5633ab2ed7dd9a1a3bf6870d9c8e1db3d097cc5d 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
@@ -30,7 +30,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for employees
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Employee extends Serializable {
 
index 0e28493b9e87454b4a0d4f690226e6d6495aa799..0349a232a07df31fab7900bf7c1f66561f8bd2b3 100644 (file)
@@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for company headquarts data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_headquarters")
 @Table (name = "company_headquarters")
index b6e5219b47896f206908496a5eb4a9d620a8e9e8..b910591a37a5b188afb662f9145e989826959384 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
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJI for headquarters data
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface HeadQuartersData extends Serializable {
 
index e9b08d9a76ac1e03f210ef8eba81501ac08e2b5e..cf3a7e58230db76def428abb4f3b2385d16a4d15 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
@@ -33,7 +33,7 @@ import javax.persistence.Transient;
 /**
  * A POJO for job positions
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_job_positions")
 @Table (
index bba1f09dd59d46c5657e05eae03603a127fc4026..3b3c2f55981ff8dedf7e15beb18aa98a9ae84c6d 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.util.Calendar;
 /**
  * A POJI for job positions
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface JobPosition extends Serializable {
 
index 9264dc9299140f0b69de11a0f37e37709ee05351..9609a43cb3e330338189bbf145597427fc0afc4b 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.jusercore.model.user.User;
 /**
  * A POJI for business logos
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface BusinessLogo extends Serializable {
 
index 07c7a8e99097682ce771c7e4a9ad5619a6d76de9..36feec76f84668f4a4e535701246df7f37b99ab7 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
@@ -37,7 +37,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A POJO for company logos
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_logos")
 @Table (name = "company_logos")
index 56440d82fb2e6e0ae7c1d5821add284325886241..b63617d057a2b603f1d8b5d09a54e66fbbd06482 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
@@ -35,7 +35,7 @@ import org.mxchange.jcontactsbusiness.opening_times.dayofweek.DayOfTheWeek;
 /**
  * A POJO for business opening hours
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "company_opening_times")
 @Table (name = "company_opening_times")
index b14b4fa87edbb7509eef6d200bd0bb73fa5c29da..2c2f6855678f8428827e6389aa8dac983a99406c 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.jcontactsbusiness.opening_times.dayofweek.DayOfTheWeek;
 /**
  * A POJI for opening times
  *
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface OpeningTimes extends Serializable {
 
index 29435d534c7fbf20373f75e72970a6e16616e60a..bacdf144d564e6cd908cc11309d22d2b4b4549f2 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
@@ -24,7 +24,7 @@ import java.util.GregorianCalendar;
 /**\r
  * An enumeration suitable for persisting\r
  * <p>\r
- * @author Roland Haeder<roland@mxchange.org>\r
+ * @author Roland Häder<roland@mxchange.org>\r
  */\r
 public enum DayOfTheWeek {\r
        SUNDAY {\r