3940414243444546474849
final PhdThesisJuryElementBean bean = (PhdThesisJuryElementBean) object; final ThesisJuryElement juryElement = bean.getJuryElement(); if (process.getThesisJuryElementsSet().contains(juryElement)) { juryElement.edit(bean); } return process; } }