- don't copy created/updated timestamps
Signed-off-by: Roland Häder <roland@mxchange.org>
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());