G I S T

G

getCode() - Method in class Subject
Returns the subject code
getDescription() - Method in class Subject
Returns the subject description
getGrade() - Method in class Subject
Returns the subject's grade.
getUnits() - Method in class Subject
Returns the number of units.

I

isMajor() - Method in class Subject
Identifies if subject is major or minor.

S

Subject - class Subject.
 
setAsMajor(boolean) - Method in class Subject
Sets the subject to be major or minor.
setCode(String) - Method in class Subject
Sets a new subject code for this subject in upper case format.
setDescription(String) - Method in class Subject
Sets a new description for the subject in upper case format.
setGrade(double) - Method in class Subject
Sets the grade for this subject.
setUnits(double) - Method in class Subject
Sets the number of units of the subject.

T

toString() - Method in class Subject
Returns the Subject information

G I S T