protected void copyFromDomain(PaymentTransaction paymentTransaction) {
super.copyFromDomain(paymentTransaction);
InfoGuideEntry infoGuideEntry = null;
if (paymentTransaction.getGuideEntry() != null) {
infoGuideEntry = InfoGuideEntry.newInfoFromDomain(paymentTransaction.getGuideEntry());
}
this.infoGuideEntry = infoGuideEntry;