Package edu.ucsb.cs156.courses.entities
Class GradeHistory
java.lang.Object
edu.ucsb.cs156.courses.entities.GradeHistory
GradeHistory - Entity for grade history data. Each object represents one row from the CSV files
 located in this repository: https://github.com/rtora/UCSB_Grades
 
There is a unique constraint on the combination of year, quarter, subjectArea, course, instructor, and grade, since we do not want duplicate rows of data for the same course.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
GradeHistory
public GradeHistory() 
 - 
 - 
Method Details
- 
getSubjectArea
 - 
getCourseNum
 
 -