private String getDescriptionString(NewResultInvestigationVo investigation) { if (investigation == null || investigation.getInvestigationIndex() == null) return "<not set>"; return investigation.getInvestigationIndex().getName(); }