com.bjpowernode.exam.model
类 Grade

java.lang.Object
  继承者 com.bjpowernode.exam.model.Grade

public class Grade
extends java.lang.Object

成绩实体类

作者:
Administrator

构造函数摘要
Grade()
           
 
方法摘要
 Course getCourse()
           
 float getGrade()
           
 Student getStudent()
           
 void setCourse(Course course)
           
 void setGrade(float grade)
           
 void setStudent(Student student)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造函数详细信息

Grade

public Grade()
方法详细信息

getCourse

public Course getCourse()

setCourse

public void setCourse(Course course)

getStudent

public Student getStudent()

setStudent

public void setStudent(Student student)

getGrade

public float getGrade()

setGrade

public void setGrade(float grade)