All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bd.ac.seu.erp.model.registration.Course Maven / Gradle / Ivy

package bd.ac.seu.erp.model.registration;

import bd.ac.seu.erp.model.office_information.Program;
import org.springframework.data.annotation.Id;

import java.util.List;

/**
 * 

Course Short Description

* Briefly describe why you created this file *

* Giving proper comments in your program makes it more user friendly and it is assumed as a high quality code. Describe details of this file. * * @author Asaduzzaman Noor * @version 1.0 * @since 04 Jun 2018 00:13 */ public class Course { private String code; private String title; private String description; // Topics private List associatedProgram; // Which program can see this course }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy