- "created" timestamps should never be copied
Signed-off-by: Roland Häder <roland@mxchange.org>
// Copy all fields
targetCountry.setCountryAbroadDialPrefix(sourceCountry.getCountryAbroadDialPrefix());
targetCountry.setCountryCode(sourceCountry.getCountryCode());
- targetCountry.setCountryEntryCreated(sourceCountry.getCountryEntryCreated());
targetCountry.setCountryExternalDialPrefix(sourceCountry.getCountryExternalDialPrefix());
targetCountry.setCountryI18nKey(sourceCountry.getCountryI18nKey());
targetCountry.setCountryId(sourceCountry.getCountryId());