class ExamGroup extends LongId with Named with SemesterBased with Updated

排考组

Linear Supertypes
Updated, SemesterBased, Named, LongId, NumId[Long], Entity[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExamGroup
  2. Updated
  3. SemesterBased
  4. Named
  5. LongId
  6. NumId
  7. Entity
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExamGroup()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var allocSetting: RoomAllocSetting

    教室分配设置

  5. var allowInClass: Boolean

    允许随堂考试

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. var beginOn: LocalDate

    开始日期

  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. var endOn: LocalDate

    结束日期

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean
    Definition Classes
    Entity → AnyRef → Any
  12. var examType: ExamType

    考试类型

  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    Entity → AnyRef → Any
  16. var id: Long
    Definition Classes
    NumId → Entity
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. var maxCourseConflictRatio: Float

    最大学生上课冲突比率

  19. var minCourseConflictCount: Int

    最小学生上课冲突人数

  20. val name: String
    Definition Classes
    Named
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def persisted: Boolean
    Definition Classes
    Entity
    Annotations
    @Transient()
  25. val project: Project
    Definition Classes
    SemesterBased
  26. var rooms: Buffer[Classroom]

    可用教室

  27. val semester: Semester
    Definition Classes
    SemesterBased
  28. var state: State

    发布状态

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. var tasks: Buffer[ExamTask]

    排考任务列表

  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. var turns: Buffer[ExamTurn]

    场次列表

  33. val updatedAt: Instant
    Definition Classes
    Updated
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Updated

Inherited from SemesterBased

Inherited from Named

Inherited from LongId

Inherited from NumId[Long]

Inherited from Entity[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped