Class Course

java.lang.Object
example.app.entities.compartments.Course
All Implemented Interfaces:
FileDatabaseCompatible, Serializable

public class Course extends Object implements Serializable, FileDatabaseCompatible

Class Course

This class represents a course. After the instantiation, the fields cannot be changed. For two courses to be equal, they must have the same name, description and code
See Also: