Package org.fenixedu.academic.dto

Examples of org.fenixedu.academic.dto.InfoCurricularCourseScope


                    }
                    strBuffer.append("</td>");
                    strBuffer.append("<td>");

                    for (int iterEC = 0; iterEC < infoExam.getAssociatedCurricularCourseScope().size(); iterEC++) {
                        InfoCurricularCourseScope infoCCS = infoExam.getAssociatedCurricularCourseScope().get(iterEC);

                        strBuffer.append(infoCCS.getInfoCurricularCourse().getInfoDegreeCurricularPlan().getName());
                        strBuffer.append(" ");
                        strBuffer.append(infoCCS.getInfoCurricularSemester().getInfoCurricularYear().getYear());
                        strBuffer.append("º ano <br/>");
                    }
                    strBuffer.append("</td>");

                    strBuffer.append("<td>" + infoExam.getSeason().getSeason() + "ª </td>");
View Full Code Here

TOP

Related Classes of org.fenixedu.academic.dto.InfoCurricularCourseScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.