ExamTask

org.openurp.edu.exam.model.ExamTask
class ExamTask extends LongId, Coded, SemesterBased, Remark

排考任务

Attributes

Graph
Supertypes
trait Remark
trait SemesterBased
trait Coded
class LongId
trait LongIdEntity
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

override def equals(other: Any): Boolean

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

比较id,如果任一方id是null,则不相等 由于业务对象被CGlib或者javassist增强的原因,这里只提供一般的基于id的比较,不提供基于Class的比较。
如果在存在继承结构, 请重置equals方法。

Attributes

Definition Classes
Entity -> Any
Inherited from:
Entity
override def hashCode: Int

Attributes

See also

java.lang.Object#hashCode()

Definition Classes
Entity -> Any
Inherited from:
Entity
def persisted: Boolean

Return true if persisted

Return true if persisted

Attributes

Inherited from:
Entity

Concrete fields

var activities: Buffer[ExamActivity]

排考课程

排考课程

Attributes

var beginAt: HourMinute

开始时间

开始时间

Attributes

var building: Option[Building]

教学楼

教学楼

Attributes

var centralized: Boolean

是否集中安排

是否集中安排

Attributes

var duration: Short

考试时长

考试时长

Attributes

var endAt: HourMinute

结束时间

结束时间

Attributes

var examOn: Option[LocalDate]

考试日期

考试日期

Attributes

var examType: ExamType

考试类型

考试类型

Attributes

var examWeek: Option[Short]

考试周

考试周

Attributes

var group: Option[ExamGroup]

排考组

排考组

Attributes

var maxCourseConflictRatio: Option[Float]

与上课冲突上限

与上课冲突上限

Attributes

var minExamOn: Option[LocalDate]

最早考试日期

最早考试日期

Attributes

var roomGroup: Option[ExamRoomGroup]

教室组

教室组

Attributes

var roomType: Option[ClassroomType]

教室类型

教室类型

Attributes

var rooms: Buffer[Classroom]

教室列表

教室列表

Attributes

var stdCount: Int

考生人数

考生人数

Attributes

var teachDepart: Department

开课院系

开课院系

Attributes

var timeAllotted: Boolean

时间已经指定

时间已经指定

Attributes

Inherited fields

var code: String

Attributes

Inherited from:
Coded
var id: Long

Return Identifier

Return Identifier

Attributes

Inherited from:
NumId
var project: Project

Attributes

Inherited from:
SemesterBased
var remark: Option[String]

Attributes

Inherited from:
Remark
var semester: Semester

Attributes

Inherited from:
SemesterBased