Method Summary |
|
public List<Course> | getCourses() Returns the courses of this program. |
public String | getName() Returns the program name. |
public Long | getProgramId() Returns the program identifier. |
public void | setCourses(List<Course> courses) Sets the courses. |
public void | setName(String name) Sets the program name. |
public void | setProgramId(Long programId) Sets the program identifier. |