Uses of Class
pt.cienciavitae.ns.service.CourseCodeCtype
-
Packages that use CourseCodeCtype Package Description pt.cienciavitae.ns.service -
-
Uses of CourseCodeCtype in pt.cienciavitae.ns.service
Fields in pt.cienciavitae.ns.service declared as CourseCodeCtype Modifier and Type Field Description protected CourseCodeCtypeCourseTaughtCtype. courseCodeprotected CourseCodeCtypeGraduateExaminationCtype. courseCodeprotected CourseCodeCtypeResearchBasedDegreeSupervisionCtype. courseCodeMethods in pt.cienciavitae.ns.service that return CourseCodeCtype Modifier and Type Method Description CourseCodeCtypeObjectFactory. createCourseCodeCtype()Create an instance ofCourseCodeCtypeCourseCodeCtypeCourseTaughtCtype. getCourseCode()Gets the value of the courseCode property.CourseCodeCtypeGraduateExaminationCtype. getCourseCode()Gets the value of the courseCode property.CourseCodeCtypeResearchBasedDegreeSupervisionCtype. getCourseCode()Gets the value of the courseCode property.Methods in pt.cienciavitae.ns.service with parameters of type CourseCodeCtype Modifier and Type Method Description voidCourseTaughtCtype. setCourseCode(CourseCodeCtype value)Sets the value of the courseCode property.voidGraduateExaminationCtype. setCourseCode(CourseCodeCtype value)Sets the value of the courseCode property.voidResearchBasedDegreeSupervisionCtype. setCourseCode(CourseCodeCtype value)Sets the value of the courseCode property.
-