Esempio n. 1
0
 @Override
 public String getBranch() {
   return curricularCourseScope.getBranch() == null
       ? ""
       : curricularCourseScope.getBranch().getName();
 }