com.bjpowernode.exam.model
类 Grade
java.lang.Object
com.bjpowernode.exam.model.Grade
public class Grade
- extends java.lang.Object
成绩实体类
- 作者:
- Administrator
| 从类 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)