|
@@ -35,6 +35,9 @@ public class BirthCertificateCommandConverterImpl implements BirthCertificateCom
|
|
|
target.setFatherRank(source.getFatherRank());
|
|
target.setFatherRank(source.getFatherRank());
|
|
|
target.setMother(source.getMother());
|
|
target.setMother(source.getMother());
|
|
|
target.setDateAndPlaceOfMarriage(source.getDateAndPlaceOfMarriage());
|
|
target.setDateAndPlaceOfMarriage(source.getDateAndPlaceOfMarriage());
|
|
|
|
|
+ target.setInformant(source.getInformant());
|
|
|
|
|
+ target.setUntrackedInformant(source.getUntrackedInformant());
|
|
|
|
|
+ target.setInformantQualification(source.getInformantQualification());
|
|
|
|
|
|
|
|
|
|
|
|
|
return target;
|
|
return target;
|