From: Roland Häder Date: Sun, 26 Apr 2020 20:02:58 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=259aaa0a1907b540015204046ba9e64dab22fad8;p=jcontacts-business-core.git Continued: - don't copy created/updated timestamps Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java index 0abb4ed..2742a5e 100644 --- a/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java +++ b/src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java @@ -83,8 +83,6 @@ public class BranchOffices implements Serializable { targetBranchOffice.setBranchContactEmployee(sourceBranchOffice.getBranchContactEmployee()); targetBranchOffice.setBranchCountry(sourceBranchOffice.getBranchCountry()); targetBranchOffice.setBranchEmailAddress(sourceBranchOffice.getBranchEmailAddress()); - targetBranchOffice.setBranchEntryCreated(sourceBranchOffice.getBranchEntryCreated()); - targetBranchOffice.setBranchEntryUpdated(sourceBranchOffice.getBranchEntryUpdated()); targetBranchOffice.setBranchFaxNumber(sourceBranchOffice.getBranchFaxNumber()); targetBranchOffice.setBranchHouseNumber(sourceBranchOffice.getBranchHouseNumber()); targetBranchOffice.setBranchHouseNumberExtension(sourceBranchOffice.getBranchHouseNumberExtension());