Class Student

java.lang.Object
  |
  +--Student

public class Student
extends java.lang.Object

Student Class


Field Summary
 java.util.Date DateOfBirth
           
 
Method Summary
 java.lang.String getaddress()
           
 int getage()
          This function calculates age from date of birth given as parameter
 int[] getcourselist()
           
 java.lang.String[] getcoursetitle()
           
 java.util.Date getDOB()
           
 int getgrade(int i)
           
 java.lang.String getname()
          Now, following are functions to retrieve the data of Students
 int getpgorug()
           
 int getroll()
           
 int getsem(int i)
           
 java.lang.String getthesis()
           
 java.lang.String getthesisguide()
           
 int getunits(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DateOfBirth

public java.util.Date DateOfBirth
Method Detail

getage

public int getage()
This function calculates age from date of birth given as parameter


getname

public java.lang.String getname()
Now, following are functions to retrieve the data of Students


getaddress

public java.lang.String getaddress()

getroll

public int getroll()

getcourselist

public int[] getcourselist()

getgrade

public int getgrade(int i)

getsem

public int getsem(int i)

getunits

public int getunits(int i)

getDOB

public java.util.Date getDOB()

getthesis

public java.lang.String getthesis()

getthesisguide

public java.lang.String getthesisguide()

getpgorug

public int getpgorug()

getcoursetitle

public java.lang.String[] getcoursetitle()