From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:10 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7d7ed9887f43e21330ed12c8867caa2c3504f2b;p=jcontacts-business-core.git updated own name and resources Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontactsbusiness/BusinessContact.java b/src/org/mxchange/jcontactsbusiness/BusinessContact.java index 126ccb2..1e05515 100644 --- a/src/org/mxchange/jcontactsbusiness/BusinessContact.java +++ b/src/org/mxchange/jcontactsbusiness/BusinessContact.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface BusinessContact extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/CompanyContact.java b/src/org/mxchange/jcontactsbusiness/CompanyContact.java index fa0a148..595cd90 100644 --- a/src/org/mxchange/jcontactsbusiness/CompanyContact.java +++ b/src/org/mxchange/jcontactsbusiness/CompanyContact.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_contacts") @Table (name = "company_contacts") diff --git a/src/org/mxchange/jcontactsbusiness/basicdata/BusinessBasicData.java b/src/org/mxchange/jcontactsbusiness/basicdata/BusinessBasicData.java index 6e5e04e..b2191f5 100644 --- a/src/org/mxchange/jcontactsbusiness/basicdata/BusinessBasicData.java +++ b/src/org/mxchange/jcontactsbusiness/basicdata/BusinessBasicData.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface BusinessBasicData extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java b/src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java index ac26e7a..24ab3d2 100644 --- a/src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java +++ b/src/org/mxchange/jcontactsbusiness/basicdata/CompanyBasicData.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_basic_data") @Table (name = "company_basic_data") diff --git a/src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java b/src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java index cbef376..c90df61 100644 --- a/src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java +++ b/src/org/mxchange/jcontactsbusiness/branch/BranchOffice.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface BranchOffice extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java b/src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java index 69e90e4..192c195 100644 --- a/src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java +++ b/src/org/mxchange/jcontactsbusiness/branch/CompanyBranchOffice.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_branch_offices") @Table (name = "company_branch_offices") diff --git a/src/org/mxchange/jcontactsbusiness/department/CompanyDepartment.java b/src/org/mxchange/jcontactsbusiness/department/CompanyDepartment.java index 5632166..1af6de5 100644 --- a/src/org/mxchange/jcontactsbusiness/department/CompanyDepartment.java +++ b/src/org/mxchange/jcontactsbusiness/department/CompanyDepartment.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_departments") @Table (name = "company_departments") diff --git a/src/org/mxchange/jcontactsbusiness/department/Department.java b/src/org/mxchange/jcontactsbusiness/department/Department.java index 2b651be..6a0e0f8 100644 --- a/src/org/mxchange/jcontactsbusiness/department/Department.java +++ b/src/org/mxchange/jcontactsbusiness/department/Department.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface Department extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/employee/CompanyEmployee.java b/src/org/mxchange/jcontactsbusiness/employee/CompanyEmployee.java index dce162e..7b9bef5 100644 --- a/src/org/mxchange/jcontactsbusiness/employee/CompanyEmployee.java +++ b/src/org/mxchange/jcontactsbusiness/employee/CompanyEmployee.java @@ -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) *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_employees") @Table (name = "company_employees") diff --git a/src/org/mxchange/jcontactsbusiness/employee/Employee.java b/src/org/mxchange/jcontactsbusiness/employee/Employee.java index 57e5b75..5633ab2 100644 --- a/src/org/mxchange/jcontactsbusiness/employee/Employee.java +++ b/src/org/mxchange/jcontactsbusiness/employee/Employee.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface Employee extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadQuartersData.java b/src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadQuartersData.java index 0e28493..0349a23 100644 --- a/src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadQuartersData.java +++ b/src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadQuartersData.java @@ -43,7 +43,7 @@ import org.mxchange.jusercore.model.user.User; /** * A POJO for company headquarts data *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_headquarters") @Table (name = "company_headquarters") diff --git a/src/org/mxchange/jcontactsbusiness/headquarters/HeadQuartersData.java b/src/org/mxchange/jcontactsbusiness/headquarters/HeadQuartersData.java index b6e5219..b910591 100644 --- a/src/org/mxchange/jcontactsbusiness/headquarters/HeadQuartersData.java +++ b/src/org/mxchange/jcontactsbusiness/headquarters/HeadQuartersData.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface HeadQuartersData extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/jobposition/EmployeePosition.java b/src/org/mxchange/jcontactsbusiness/jobposition/EmployeePosition.java index e9b08d9..cf3a7e5 100644 --- a/src/org/mxchange/jcontactsbusiness/jobposition/EmployeePosition.java +++ b/src/org/mxchange/jcontactsbusiness/jobposition/EmployeePosition.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_job_positions") @Table ( diff --git a/src/org/mxchange/jcontactsbusiness/jobposition/JobPosition.java b/src/org/mxchange/jcontactsbusiness/jobposition/JobPosition.java index bba1f09..3b3c2f5 100644 --- a/src/org/mxchange/jcontactsbusiness/jobposition/JobPosition.java +++ b/src/org/mxchange/jcontactsbusiness/jobposition/JobPosition.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface JobPosition extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/logo/BusinessLogo.java b/src/org/mxchange/jcontactsbusiness/logo/BusinessLogo.java index 9264dc9..9609a43 100644 --- a/src/org/mxchange/jcontactsbusiness/logo/BusinessLogo.java +++ b/src/org/mxchange/jcontactsbusiness/logo/BusinessLogo.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ public interface BusinessLogo extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/logo/CompanyLogo.java b/src/org/mxchange/jcontactsbusiness/logo/CompanyLogo.java index 07c7a8e..36feec7 100644 --- a/src/org/mxchange/jcontactsbusiness/logo/CompanyLogo.java +++ b/src/org/mxchange/jcontactsbusiness/logo/CompanyLogo.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_logos") @Table (name = "company_logos") diff --git a/src/org/mxchange/jcontactsbusiness/opening_times/BusinessOpeningTimes.java b/src/org/mxchange/jcontactsbusiness/opening_times/BusinessOpeningTimes.java index 56440d8..b63617d 100644 --- a/src/org/mxchange/jcontactsbusiness/opening_times/BusinessOpeningTimes.java +++ b/src/org/mxchange/jcontactsbusiness/opening_times/BusinessOpeningTimes.java @@ -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 *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "company_opening_times") @Table (name = "company_opening_times") diff --git a/src/org/mxchange/jcontactsbusiness/opening_times/OpeningTimes.java b/src/org/mxchange/jcontactsbusiness/opening_times/OpeningTimes.java index b14b4fa..2c2f685 100644 --- a/src/org/mxchange/jcontactsbusiness/opening_times/OpeningTimes.java +++ b/src/org/mxchange/jcontactsbusiness/opening_times/OpeningTimes.java @@ -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 + * @author Roland Häder */ public interface OpeningTimes extends Serializable { diff --git a/src/org/mxchange/jcontactsbusiness/opening_times/dayofweek/DayOfTheWeek.java b/src/org/mxchange/jcontactsbusiness/opening_times/dayofweek/DayOfTheWeek.java index 29435d5..bacdf14 100644 --- a/src/org/mxchange/jcontactsbusiness/opening_times/dayofweek/DayOfTheWeek.java +++ b/src/org/mxchange/jcontactsbusiness/opening_times/dayofweek/DayOfTheWeek.java @@ -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 java.util.GregorianCalendar; /** * An enumeration suitable for persisting *

- * @author Roland Haeder + * @author Roland Häder */ public enum DayOfTheWeek { SUNDAY {