A C D F G M N P R S T U

A

Address - class Address.
 

C

Course - class Course.
 
CourseTaken - class CourseTaken.
 
createStudent(int, int) - Static method in class newGradReport
Create student object for given roll number
ct - Variable in class Student
 

D

Dob - class Dob.
 

F

fstGradTest2 - class fstGradTest2.
 
fstGradTest2() - Constructor for class fstGradTest2
 

G

getage() - Method in class Student
returns age of a student
getAge() - Method in class Dob
This function calculates age from date of birth given as parameter
getCourseNo() - Method in class Course
Functions to get course details
getCourseNo() - Method in class CourseTaken
 
getDay() - Method in class Dob
Retruns date of date of birth
getDOB() - Method in class Student
return date of birth as Dob object
getgrade() - Method in class CourseTaken
 
getgrade(int) - Method in class Student
returns grade for particular course taken
getMonth() - Method in class Dob
Returns month of birth
getname() - Method in class Student
returns name of the student
getroll() - Method in class Student
returns roll number of the student
getSem() - Method in class CourseTaken
 
getsem(int) - Method in class Student
returns semester
getTitle() - Method in class Course
 
getUnits() - Method in class Course
 
getunits(int) - Method in class Student
returns untis for a particular course
getYear() - Method in class Dob
Returns year of birth

M

main(String[]) - Static method in class fstGradTest2
 
main(String[]) - Static method in class newGradReport
GIVE COMMAND LINE ARGUMENT "ALL" FOR PRINTING ALL STUDENTS DATA GIVE COMMAND LINE ARGUMENT "ONE FOR PRINTING ONE STUDENTS DATA

N

newGradReport - class newGradReport.
 

P

PostGrad - class PostGrad.
 
printAddress() - Method in class Address
Print address onto console
printAddress(PrintStream) - Method in class Address
Print address in file passed as a PrintStream argument
printAge() - Method in class Dob
Print age onto console
printAge(PrintStream) - Method in class Dob
Print age in a PrintStream object pass as a argument
printAll(int) - Static method in class newGradReport
Prints the data of all students upto Roll Number x
printCity(PrintStream) - Method in class Address
Print city in file passed as a PrintStream argument
printCPI() - Method in class PostGrad
Print CPI of Post grad student onto console As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
printCPI() - Method in class UnderGrad
Print CPI of undergrad student onto console As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
printCPI(PrintStream) - Method in class PostGrad
Print CPI of Post grad student in a file As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
printCPI(PrintStream) - Method in class UnderGrad
Print CPI of undergrad student in a file As the CPI calculation for Post and Under grad students is different Calculation is done in their repective classes
printDetails() - Method in class Student
Print details of student onto console
printDetails(PrintStream) - Method in class Student
Print details of student onto print stream given as argument
printDob() - Method in class Dob
Print dob onto console
printDob(PrintStream) - Method in class Dob
Print dob in a PrintStream object pass as a argument
printReport() - Method in class PostGrad
Print report for a particular post grad
printReport() - Method in class UnderGrad
Print report for a particular under grad
printReport(int) - Static method in class newGradReport
Print report for a particular student bearing roll number x
printState(PrintStream) - Method in class Address
Print state in file passed as a PrintStream argument
printThesis() - Method in class Thesis
Print thesis title and guide onto console
printThesis(PrintStream) - Method in class Thesis
Print thesis title and guide in a file
pstu - Static variable in class newGradReport
 

R

read(int, int) - Static method in class newGradReport
 
retrieveDOB_ug() - Method in class fstGradTest2
 
retrieveDOB() - Method in class fstGradTest2
 

S

setCity(String) - Method in class Address
Set city field of address
setCourseNo(int) - Method in class Course
Functions to set course details
setCourseNo(int) - Method in class CourseTaken
Functions to set course taken details
setDob(int, int, int) - Method in class Dob
Settting date of birth date, month and year of birth taken as arguments
setgrade(int) - Method in class CourseTaken
 
setSem(int) - Method in class CourseTaken
 
setState(String) - Method in class Address
Set state field of address
setTitle(String) - Method in class Course
 
setUnits(int) - Method in class Course
 
setUp() - Method in class fstGradTest2
 
Student - class Student.
 
suite() - Static method in class fstGradTest2
 

T

testCheckpass() - Method in class fstGradTest2
 
testCPI_ug() - Method in class fstGradTest2
 
testCPI() - Method in class fstGradTest2
 
testInvalidRollNumber() - Method in class fstGradTest2
 
testStudentFunctions_ug() - Method in class fstGradTest2
 
testStudentFunctions() - Method in class fstGradTest2
 
testThesiswork() - Method in class fstGradTest2
 
Thesis - class Thesis.
 
Thesis(String, String) - Constructor for class Thesis
Constructor to initialize thesis title and guide
toGrade(String) - Static method in class newGradReport
This function coverts grades into integer form

U

UnderGrad - class UnderGrad.
 
ustu - Static variable in class newGradReport
 

A C D F G M N P R S T U