class FinalMakeupCourse extends LongId
毕业补考任务
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FinalMakeupCourse
- LongId
- LongIdEntity
- NumId
- Entity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FinalMakeupCourse()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var confirmed: Boolean
是否提交成绩
- var course: Course
课程
- var crn: String
补考序号
- var depart: Department
开课院系
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Entity → AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Entity → AnyRef → Any
- var id: Long
- Definition Classes
- NumId → Entity
- var inputAt: Option[Instant]
成绩录入时间
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mergeWith(makeupClazz: FinalMakeupCourse): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def persisted: Boolean
- Definition Classes
- Entity
- Annotations
- @Transient()
- var project: Project
项目
- var published: Boolean
是否发布成绩
- var semester: Semester
学年学期
- var squads: Set[Squad]
行政班列表
- var stdCount: Int
学生人数
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var takers: Buffer[FinalMakeupTaker]
清考名单
- var teacher: Option[Teacher]
阅卷老师
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])