currentLoan.setValue(Loan._A_STARTDATE, startDate);
currentLoan.setValue(Loan._C_CONTACTPERSONID, contactPersonID);
currentLoan.setValue(Loan._E_DUEDATE, dueDate);
if (owner != null && i == objects.size() - 1) // last item
currentLoan.addRequest(new CloseWindowRequest(owner));
else if (owner == null)
setLoanInformation(currentLoan);
o.setLoanInformation(currentLoan);