org.openurp.edu.grade.model.CourseGrade
See theCourseGrade companion object
class CourseGrade extends LongId, ProjectBased, Grade, Remark
课程成绩
学生因上课取得的成绩,业务唯一主键为[学生、项目、培养类型、学期、课程]。
课程成绩由多个考试成绩组成,一般为平时、期末、补考、缓考、总评等成绩成分。
Attributes
- Since
-
2014
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
添加考试成绩
添加考试成绩
Attributes
def addExamGrade(gradeType: GradeType, gradingMode: GradingMode, examStatus: ExamStatus, status: Int): ExamGrade
添加考试成绩
添加考试成绩
Attributes
添加总评成绩
添加总评成绩
Attributes
添加总评成绩
添加总评成绩
Attributes
得到指定的考试成绩
得到指定的考试成绩
Attributes
得到指定的总评成绩
得到指定的总评成绩
Attributes
Inherited methods
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。
Attributes
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Attributes
- See also
-
java.lang.Object#hashCode()
- Definition Classes
-
Entity -> Any
- Inherited from:
- Entity
Return true if persisted
Return true if persisted
Attributes
- Inherited from:
- Entity
Concrete fields
设置课程
设置课程
Attributes
获得修读类别
获得修读类别
Attributes
课程类别
课程类别
Attributes
任务序号
任务序号
Attributes
考核成绩
考核成绩
Attributes
考核方式
考核方式
Attributes
是否免听
是否免听
Attributes
设置绩点
设置绩点
Attributes
学期
学期
Attributes
设置学生
设置学生
Attributes
Inherited fields
Return Identifier
Return Identifier
Attributes
- Inherited from:
- NumId
Attributes
- Inherited from:
- ProjectBased
Attributes
- Inherited from:
- Remark
Updated At
Updated At
Attributes
- Inherited from:
- Updated
In this article