]> git.mxchange.org Git - jcontacts-business-core.git/blobdiff - src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOffices.java
Continued:
[jcontacts-business-core.git] / src / org / mxchange / jcontactsbusiness / model / branchoffice / BranchOffices.java
index 0abb4ed82d80f5437e8c0e4a86957ede15229db1..2742a5e268c7d3b47afcbbec447c4779de5f3e8c 100644 (file)
@@ -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());